@Generated(value="software.amazon.awssdk:codegen") public class UpdateMaintenanceWindowRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateMaintenanceWindowRequest.Builder,UpdateMaintenanceWindowRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMaintenanceWindowRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowUnassociatedTargets()
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
|
static UpdateMaintenanceWindowRequest.Builder |
builder() |
Integer |
cutoff()
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for
execution.
|
Integer |
duration()
The duration of the Maintenance Window in hours.
|
Boolean |
enabled()
Whether the Maintenance Window is enabled.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name()
The name of the Maintenance Window.
|
String |
schedule()
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
static Class<? extends UpdateMaintenanceWindowRequest.Builder> |
serializableBuilderClass() |
UpdateMaintenanceWindowRequest.Builder |
toBuilder() |
String |
toString() |
String |
windowId()
The ID of the Maintenance Window to update.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String windowId()
The ID of the Maintenance Window to update.
public String name()
The name of the Maintenance Window.
public String schedule()
The schedule of the Maintenance Window in the form of a cron or rate expression.
public Integer duration()
The duration of the Maintenance Window in hours.
public Integer cutoff()
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.
public Boolean allowUnassociatedTargets()
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
public Boolean enabled()
Whether the Maintenance Window is enabled.
public UpdateMaintenanceWindowRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateMaintenanceWindowRequest.Builder,UpdateMaintenanceWindowRequest>public static UpdateMaintenanceWindowRequest.Builder builder()
public static Class<? extends UpdateMaintenanceWindowRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.