Interface ClusterPatchSchedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterPatchSchedule.Builder,,ClusterPatchSchedule> SdkBuilder<ClusterPatchSchedule.Builder,,ClusterPatchSchedule> SdkPojo
- Enclosing class:
ClusterPatchSchedule
@Mutable
@NotThreadSafe
public static interface ClusterPatchSchedule.Builder
extends SdkPojo, CopyableBuilder<ClusterPatchSchedule.Builder,ClusterPatchSchedule>
-
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. The system sets this automatically when a patch is detected. Use this field to reschedule the patch to a different date.
- Parameters:
nextPatchDate- The date and time of the next scheduled automatic patch. The system sets this automatically when a patch is detected. Use this field to reschedule the patch to a different date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-