public static interface InstanceAssociation.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InstanceAssociation.Builder,InstanceAssociation>
| Modifier and Type | Method and Description |
|---|---|
InstanceAssociation.Builder |
associationId(String associationId)
The association ID.
|
InstanceAssociation.Builder |
content(String content)
The content of the association document for the instance(s).
|
InstanceAssociation.Builder |
instanceId(String instanceId)
The instance ID.
|
copyapply, buildInstanceAssociation.Builder associationId(String associationId)
The association ID.
associationId - The association ID.InstanceAssociation.Builder instanceId(String instanceId)
The instance ID.
instanceId - The instance ID.InstanceAssociation.Builder content(String content)
The content of the association document for the instance(s).
content - The content of the association document for the instance(s).Copyright © 2017. All rights reserved.