@Generated(value="software.amazon.awssdk:codegen") public class CreateAssociationRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationName()
Specify a descriptive name for the association.
|
static CreateAssociationRequest.Builder |
builder() |
String |
documentVersion()
The document version you want to associate with the target(s).
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The instance ID.
|
String |
name()
The name of the Systems Manager document.
|
InstanceAssociationOutputLocation |
outputLocation()
An Amazon S3 bucket where you want to store the output details of the request.
|
Map<String,List<String>> |
parameters()
The parameters for the documents runtime configuration.
|
String |
scheduleExpression()
A cron expression when the association will be applied to the target(s).
|
static Class<? extends CreateAssociationRequest.Builder> |
serializableBuilderClass() |
List<Target> |
targets()
The targets (either instances or tags) for the association.
|
CreateAssociationRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String name()
The name of the Systems Manager document.
public String documentVersion()
The document version you want to associate with the target(s). Can be a specific version or the default version.
public String instanceId()
The instance ID.
public Map<String,List<String>> parameters()
The parameters for the documents runtime configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Target> targets()
The targets (either instances or tags) for the association.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String scheduleExpression()
A cron expression when the association will be applied to the target(s).
public InstanceAssociationOutputLocation outputLocation()
An Amazon S3 bucket where you want to store the output details of the request.
public String associationName()
Specify a descriptive name for the association.
public CreateAssociationRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>toBuilder in class SSMRequestpublic static CreateAssociationRequest.Builder builder()
public static Class<? extends CreateAssociationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.