Interface InstanceAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceAssociation.Builder,InstanceAssociation>,SdkBuilder<InstanceAssociation.Builder,InstanceAssociation>,SdkPojo
- Enclosing class:
- InstanceAssociation
public static interface InstanceAssociation.Builder extends SdkPojo, CopyableBuilder<InstanceAssociation.Builder,InstanceAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceAssociation.BuilderassociationId(String associationId)The association ID.InstanceAssociation.BuilderassociationVersion(String associationVersion)Version information for the association on the managed node.InstanceAssociation.Buildercontent(String content)The content of the association document for the managed node(s).InstanceAssociation.BuilderinstanceId(String instanceId)The managed node ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
associationId
InstanceAssociation.Builder associationId(String associationId)
The association ID.
- Parameters:
associationId- The association ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
InstanceAssociation.Builder instanceId(String instanceId)
The managed node ID.
- Parameters:
instanceId- The managed node ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
InstanceAssociation.Builder content(String content)
The content of the association document for the managed node(s).
- Parameters:
content- The content of the association document for the managed node(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationVersion
InstanceAssociation.Builder associationVersion(String associationVersion)
Version information for the association on the managed node.
- Parameters:
associationVersion- Version information for the association on the managed node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-