Interface ClusterPatchScheduleDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterPatchScheduleDetails.Builder,,ClusterPatchScheduleDetails> SdkBuilder<ClusterPatchScheduleDetails.Builder,,ClusterPatchScheduleDetails> SdkPojo
- Enclosing class:
ClusterPatchScheduleDetails
@Mutable
@NotThreadSafe
public static interface ClusterPatchScheduleDetails.Builder
extends SdkPojo, CopyableBuilder<ClusterPatchScheduleDetails.Builder,ClusterPatchScheduleDetails>
-
Method Summary
Modifier and TypeMethodDescriptionnextPatchDate(Instant nextPatchDate) The date and time of the next scheduled automatic patch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nextPatchDate
The date and time of the next scheduled automatic patch.
- Parameters:
nextPatchDate- The date and time of the next scheduled automatic patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-