Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateAssociationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateAssociationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
associationId() |
The ID of the association you want to update.
|
static UpdateAssociationRequest.Builder |
builder() |
|
String |
documentVersion() |
The document version you want update for the association.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the association document.
|
InstanceAssociationOutputLocation |
outputLocation() |
An Amazon S3 bucket where you want to store the results of this request.
|
Map<String,List<String>> |
parameters() |
The parameters you want to update for the association.
|
String |
scheduleExpression() |
The cron expression used to schedule the association that you want to update.
|
static Class<? extends UpdateAssociationRequest.Builder> |
serializableBuilderClass() |
|
List<Target> |
targets() |
The targets of the association.
|
UpdateAssociationRequest.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 associationId()
The ID of the association you want to update.
public Map<String,List<String>> parameters()
The parameters you want to update for the association. If you create a parameter using Parameter Store, you can reference the parameter using {{ssm:parameter-name}}
public String documentVersion()
The document version you want update for the association.
public String scheduleExpression()
The cron expression used to schedule the association that you want to update.
public InstanceAssociationOutputLocation outputLocation()
An Amazon S3 bucket where you want to store the results of this request.
public String name()
The name of the association document.
public List<Target> targets()
The targets of the association.
public UpdateAssociationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
public static UpdateAssociationRequest.Builder builder()
public static Class<? extends UpdateAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.