Interface ResiliencyGroupAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResiliencyGroupAssociation.Builder,,ResiliencyGroupAssociation> SdkBuilder<ResiliencyGroupAssociation.Builder,,ResiliencyGroupAssociation> SdkPojo
- Enclosing class:
ResiliencyGroupAssociation
@Mutable
@NotThreadSafe
public static interface ResiliencyGroupAssociation.Builder
extends SdkPojo, CopyableBuilder<ResiliencyGroupAssociation.Builder,ResiliencyGroupAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionArn(String connectionArn) The Amazon Resource Name (ARN) of the associated connection.resiliencyGroupId(String resiliencyGroupId) The ID of the resiliency group.The state of the association.The state of the association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resiliencyGroupId
The ID of the resiliency group.
- Parameters:
resiliencyGroupId- The ID of the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionArn
The Amazon Resource Name (ARN) of the associated connection.
- Parameters:
connectionArn- The Amazon Resource Name (ARN) of the associated connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the association. The valid values are
associating,associated,disassociating, anddisassociated.- Parameters:
state- The state of the association. The valid values areassociating,associated,disassociating, anddisassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the association. The valid values are
associating,associated,disassociating, anddisassociated.- Parameters:
state- The state of the association. The valid values areassociating,associated,disassociating, anddisassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-