@Generated(value="software.amazon.awssdk:codegen") public class UpdateAssociationRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAssociationRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>public static UpdateAssociationRequest.Builder builder()
public static Class<? extends UpdateAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.