CopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
, SdkBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
public static interface UpdateAssociationRequest.Builder extends CopyableBuilder<UpdateAssociationRequest.Builder,UpdateAssociationRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateAssociationRequest.Builder |
associationId(String associationId) |
The ID of the association you want to update.
|
UpdateAssociationRequest.Builder |
documentVersion(String documentVersion) |
The document version you want update for the association.
|
UpdateAssociationRequest.Builder |
name(String name) |
The name of the association document.
|
UpdateAssociationRequest.Builder |
outputLocation(InstanceAssociationOutputLocation outputLocation) |
An Amazon S3 bucket where you want to store the results of this request.
|
UpdateAssociationRequest.Builder |
parameters(Map<String,? extends Collection<String>> parameters) |
The parameters you want to update for the association.
|
UpdateAssociationRequest.Builder |
scheduleExpression(String scheduleExpression) |
The cron expression used to schedule the association that you want to update.
|
UpdateAssociationRequest.Builder |
targets(Collection<Target> targets) |
The targets of the association.
|
UpdateAssociationRequest.Builder |
targets(Target... targets) |
The targets of the association.
|
copy
apply, build
UpdateAssociationRequest.Builder associationId(String associationId)
The ID of the association you want to update.
associationId
- The ID of the association you want to update.UpdateAssociationRequest.Builder parameters(Map<String,? extends Collection<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}}
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}}UpdateAssociationRequest.Builder documentVersion(String documentVersion)
The document version you want update for the association.
documentVersion
- The document version you want update for the association.UpdateAssociationRequest.Builder scheduleExpression(String scheduleExpression)
The cron expression used to schedule the association that you want to update.
scheduleExpression
- The cron expression used to schedule the association that you want to update.UpdateAssociationRequest.Builder outputLocation(InstanceAssociationOutputLocation outputLocation)
An Amazon S3 bucket where you want to store the results of this request.
outputLocation
- An Amazon S3 bucket where you want to store the results of this request.UpdateAssociationRequest.Builder name(String name)
The name of the association document.
name
- The name of the association document.UpdateAssociationRequest.Builder targets(Collection<Target> targets)
The targets of the association.
targets
- The targets of the association.UpdateAssociationRequest.Builder targets(Target... targets)
The targets of the association.
NOTE: This method appends the values to the existing list (if any). Use
#setTargets(java.util.Collection)
or #withTargets(java.util.Collection)
if you want to
override the existing values.
targets
- The targets of the association.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.