Interface MaintenanceSchedule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MaintenanceSchedule.Builder,
,MaintenanceSchedule> SdkBuilder<MaintenanceSchedule.Builder,
,MaintenanceSchedule> SdkPojo
- Enclosing class:
MaintenanceSchedule
@Mutable
@NotThreadSafe
public static interface MaintenanceSchedule.Builder
extends SdkPojo, CopyableBuilder<MaintenanceSchedule.Builder,MaintenanceSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionThe time the scheduled maintenance is to end.The time the scheduled maintenance is to start.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endTime
The time the scheduled maintenance is to end.
- Parameters:
endTime
- The time the scheduled maintenance is to end.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time the scheduled maintenance is to start.
- Parameters:
startTime
- The time the scheduled maintenance is to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-