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 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

      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.