StructuredPojo
, ToCopyableBuilder<AssociationDescription.Builder,AssociationDescription>
@Generated("software.amazon.awssdk:codegen") public class AssociationDescription extends Object implements StructuredPojo, ToCopyableBuilder<AssociationDescription.Builder,AssociationDescription>
Describes the parameters for a document.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociationDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
associationId() |
The association ID.
|
static AssociationDescription.Builder |
builder() |
|
Date |
date() |
The date when the association was made.
|
String |
documentVersion() |
The document version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance.
|
Date |
lastExecutionDate() |
The date on which the association was last run.
|
Date |
lastSuccessfulExecutionDate() |
The last date on which the association was successfully run.
|
Date |
lastUpdateAssociationDate() |
The date when the association was last updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the SSM document.
|
InstanceAssociationOutputLocation |
outputLocation() |
An Amazon S3 bucket where you want to store the output details of the request.
|
AssociationOverview |
overview() |
Information about the association.
|
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 AssociationDescription.Builder> |
serializableBuilderClass() |
|
AssociationStatus |
status() |
The association status.
|
List<Target> |
targets() |
The instances targeted by the request.
|
AssociationDescription.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 SSM document.
public String instanceId()
The ID of the instance.
public Date date()
The date when the association was made.
public Date lastUpdateAssociationDate()
The date when the association was last updated.
public AssociationStatus status()
The association status.
public AssociationOverview overview()
Information about the association.
public String documentVersion()
The document version.
public Map<String,List<String>> parameters()
A description of the parameters for a document.
public String associationId()
The association ID.
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 output details of the request.
public Date lastExecutionDate()
The date on which the association was last run.
public Date lastSuccessfulExecutionDate()
The last date on which the association was successfully run.
public AssociationDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociationDescription.Builder,AssociationDescription>
public static AssociationDescription.Builder builder()
public static Class<? extends AssociationDescription.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.