StructuredPojo
, ToCopyableBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
@Generated("software.amazon.awssdk:codegen") public class CreateAssociationBatchRequestEntry extends Object implements StructuredPojo, ToCopyableBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
Describes the association of a Systems Manager document and an instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateAssociationBatchRequestEntry.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateAssociationBatchRequestEntry.Builder |
builder() |
|
String |
documentVersion() |
The document version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the configuration document.
|
InstanceAssociationOutputLocation |
outputLocation() |
An Amazon S3 bucket where you want to store the results of this request.
|
Map<String,List<String>> |
parameters() |
A description of the parameters for a document.
|
String |
scheduleExpression() |
A cron expression that specifies a schedule when the association runs.
|
static Class<? extends CreateAssociationBatchRequestEntry.Builder> |
serializableBuilderClass() |
|
List<Target> |
targets() |
The instances targeted by the request.
|
CreateAssociationBatchRequestEntry.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the configuration document.
public String instanceId()
The ID of the instance.
public Map<String,List<String>> parameters()
A description of the parameters for a document.
public String documentVersion()
The document version.
public List<Target> targets()
The instances targeted by the request.
public String scheduleExpression()
A cron expression that specifies a schedule when the association runs.
public InstanceAssociationOutputLocation outputLocation()
An Amazon S3 bucket where you want to store the results of this request.
public CreateAssociationBatchRequestEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateAssociationBatchRequestEntry.Builder,CreateAssociationBatchRequestEntry>
public static CreateAssociationBatchRequestEntry.Builder builder()
public static Class<? extends CreateAssociationBatchRequestEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.