@Generated(value="software.amazon.awssdk:codegen") public class CreateAssociationRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAssociationRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static CreateAssociationRequest.Builder |
builder() |
String |
documentVersion()
The document version you want to associate with the target(s).
|
boolean |
equals(Object obj) |
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() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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.
public List<Target> targets()
The targets (either instances or tags) for the association.
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 CreateAssociationRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateAssociationRequest.Builder,CreateAssociationRequest>public static CreateAssociationRequest.Builder builder()
public static Class<? extends CreateAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.