Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateMaintenanceWindowRequest.Builder,CreateMaintenanceWindowRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateMaintenanceWindowRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateMaintenanceWindowRequest.Builder,CreateMaintenanceWindowRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateMaintenanceWindowRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowUnassociatedTargets() |
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
|
static CreateMaintenanceWindowRequest.Builder |
builder() |
|
String |
clientToken() |
User-provided idempotency token.
|
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 |
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 CreateMaintenanceWindowRequest.Builder> |
serializableBuilderClass() |
|
CreateMaintenanceWindowRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
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 String clientToken()
User-provided idempotency token.
public CreateMaintenanceWindowRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateMaintenanceWindowRequest.Builder,CreateMaintenanceWindowRequest>
public static CreateMaintenanceWindowRequest.Builder builder()
public static Class<? extends CreateMaintenanceWindowRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.