Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateAssociationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateAssociationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateAssociationRequest.Builder |
builder() |
|
String |
documentVersion() |
The document version you want to associate with the target(s).
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The instance ID.
|
String |
name() |
The name of the Systems Manager document.
|
InstanceAssociationOutputLocation |
outputLocation() |
An Amazon S3 bucket where you want to store the output details of the request.
|
Map<String,List<String>> |
parameters() |
The parameters for the documents runtime configuration.
|
String |
scheduleExpression() |
A cron expression when the association will be applied to the target(s).
|
static Class<? extends CreateAssociationRequest.Builder> |
serializableBuilderClass() |
|
List<Target> |
targets() |
The targets (either instances or tags) for the association.
|
CreateAssociationRequest.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 Systems Manager document.
public String documentVersion()
The document version you want to associate with the target(s). Can be a specific version or the default version.
public String instanceId()
The instance ID.
public Map<String,List<String>> parameters()
The parameters for the documents runtime configuration.
public List<Target> targets()
The targets (either instances or tags) for the association.
public String scheduleExpression()
A cron expression when the association will be applied to the target(s).
public InstanceAssociationOutputLocation outputLocation()
An Amazon S3 bucket where you want to store the output details of the request.
public CreateAssociationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>
public static CreateAssociationRequest.Builder builder()
public static Class<? extends CreateAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.