public static interface CreateAssociationBatchRequestEntry.Builder extends CopyableBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
copyapply, buildCreateAssociationBatchRequestEntry.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.
targets - The instances targeted by the request.CreateAssociationBatchRequestEntry.Builder targets(Consumer<Target.Builder>... targets)
The instances targeted by the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #targets(List) .targets - a consumer that will call methods on List.Builder #targets(List) 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.default CreateAssociationBatchRequestEntry.Builder outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An Amazon S3 bucket where you want to store the results of this request.
This is a convenience that creates an instance of theInstanceAssociationOutputLocation.Builder
avoiding the need to create one manually via InstanceAssociationOutputLocation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputLocation(InstanceAssociationOutputLocation).outputLocation - a consumer that will call methods on InstanceAssociationOutputLocation.BuilderoutputLocation(InstanceAssociationOutputLocation)CreateAssociationBatchRequestEntry.Builder associationName(String associationName)
Specify a descriptive name for the association.
associationName - Specify a descriptive name for the association.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.