Interface MaintenanceSchedule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MaintenanceSchedule.Builder,MaintenanceSchedule>,SdkBuilder<MaintenanceSchedule.Builder,MaintenanceSchedule>,SdkPojo
- Enclosing class:
- MaintenanceSchedule
public static interface MaintenanceSchedule.Builder extends SdkPojo, CopyableBuilder<MaintenanceSchedule.Builder,MaintenanceSchedule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaintenanceSchedule.BuilderendTime(Instant endTime)The time the scheduled maintenance is to end.MaintenanceSchedule.BuilderstartTime(Instant startTime)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, sdkFields
-
-
-
-
Method Detail
-
endTime
MaintenanceSchedule.Builder endTime(Instant 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
MaintenanceSchedule.Builder startTime(Instant 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.
-
-