@Generated(value="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 and Description |
---|---|
static interface |
CreateAssociationBatchRequestEntry.Builder |
Modifier and Type | Method and Description |
---|---|
String |
associationName()
Specify a descriptive name for the association.
|
static CreateAssociationBatchRequestEntry.Builder |
builder() |
String |
documentVersion()
The document version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
copy
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String documentVersion()
The document version.
public List<Target> targets()
The instances targeted by the request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 String associationName()
Specify a descriptive name for the association.
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.