public static interface DeferredMaintenanceWindow.Builder extends SdkPojo, CopyableBuilder<DeferredMaintenanceWindow.Builder,DeferredMaintenanceWindow>
| Modifier and Type | Method and Description |
|---|---|
DeferredMaintenanceWindow.Builder |
deferMaintenanceEndTime(Instant deferMaintenanceEndTime)
A timestamp for the end of the time period when we defer maintenance.
|
DeferredMaintenanceWindow.Builder |
deferMaintenanceIdentifier(String deferMaintenanceIdentifier)
A unique identifier for the maintenance window.
|
DeferredMaintenanceWindow.Builder |
deferMaintenanceStartTime(Instant deferMaintenanceStartTime)
A timestamp for the beginning of the time period when we defer maintenance.
|
copyapplyMutation, buildDeferredMaintenanceWindow.Builder deferMaintenanceIdentifier(String deferMaintenanceIdentifier)
A unique identifier for the maintenance window.
deferMaintenanceIdentifier - A unique identifier for the maintenance window.DeferredMaintenanceWindow.Builder deferMaintenanceStartTime(Instant deferMaintenanceStartTime)
A timestamp for the beginning of the time period when we defer maintenance.
deferMaintenanceStartTime - A timestamp for the beginning of the time period when we defer maintenance.DeferredMaintenanceWindow.Builder deferMaintenanceEndTime(Instant deferMaintenanceEndTime)
A timestamp for the end of the time period when we defer maintenance.
deferMaintenanceEndTime - A timestamp for the end of the time period when we defer maintenance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.