CopyableBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
, SdkBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
public static interface CreateAssociationBatchRequestEntry.Builder extends CopyableBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
Modifier and Type | Method | Description |
---|---|---|
CreateAssociationBatchRequestEntry.Builder |
documentVersion(String documentVersion) |
The document version.
|
CreateAssociationBatchRequestEntry.Builder |
instanceId(String instanceId) |
The ID of the instance.
|
CreateAssociationBatchRequestEntry.Builder |
name(String name) |
The name of the configuration document.
|
CreateAssociationBatchRequestEntry.Builder |
outputLocation(InstanceAssociationOutputLocation outputLocation) |
An Amazon S3 bucket where you want to store the results of this request.
|
CreateAssociationBatchRequestEntry.Builder |
parameters(Map<String,? extends Collection<String>> parameters) |
A description of the parameters for a document.
|
CreateAssociationBatchRequestEntry.Builder |
scheduleExpression(String scheduleExpression) |
A cron expression that specifies a schedule when the association runs.
|
CreateAssociationBatchRequestEntry.Builder |
targets(Collection<Target> targets) |
The instances targeted by the request.
|
CreateAssociationBatchRequestEntry.Builder |
targets(Target... targets) |
The instances targeted by the request.
|
copy
apply, build
CreateAssociationBatchRequestEntry.Builder name(String name)
The name of the configuration document.
name
- The name of the configuration document.CreateAssociationBatchRequestEntry.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.CreateAssociationBatchRequestEntry.Builder parameters(Map<String,? extends Collection<String>> parameters)
A description of the parameters for a document.
parameters
- A description of the parameters for a document.CreateAssociationBatchRequestEntry.Builder documentVersion(String documentVersion)
The document version.
documentVersion
- The document version.CreateAssociationBatchRequestEntry.Builder targets(Collection<Target> targets)
The instances targeted by the request.
targets
- The instances targeted by the request.CreateAssociationBatchRequestEntry.Builder targets(Target... targets)
The instances targeted by the request.
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 instances targeted by the request.CreateAssociationBatchRequestEntry.Builder scheduleExpression(String scheduleExpression)
A cron expression that specifies a schedule when the association runs.
scheduleExpression
- A cron expression that specifies a schedule when the association runs.CreateAssociationBatchRequestEntry.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.