@Generated(value="software.amazon.awssdk:codegen") public class UpdateAssociationRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The ID of the association you want to update.
|
String |
associationName()
The name of the association that you want to update.
|
String |
associationVersion()
This parameter is provided for concurrency control purposes.
|
static UpdateAssociationRequest.Builder |
builder() |
String |
documentVersion()
The document version you want update for the association.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
requestOverrideConfigpublic 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}}
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String associationName()
The name of the association that you want to update.
public String associationVersion()
This parameter is provided for concurrency control purposes. You must specify the latest association version in
the service. If you want to ensure that this request succeeds, either specify $LATEST, or omit this
parameter.
$LATEST, or omit this parameter.public UpdateAssociationRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>toBuilder in class SSMRequestpublic static UpdateAssociationRequest.Builder builder()
public static Class<? extends UpdateAssociationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.