Interface ResiliencyGroupSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResiliencyGroupSummary.Builder,,ResiliencyGroupSummary> SdkBuilder<ResiliencyGroupSummary.Builder,,ResiliencyGroupSummary> SdkPojo
- Enclosing class:
ResiliencyGroupSummary
@Mutable
@NotThreadSafe
public static interface ResiliencyGroupSummary.Builder
extends SdkPojo, CopyableBuilder<ResiliencyGroupSummary.Builder,ResiliencyGroupSummary>
-
Method Summary
Modifier and TypeMethodDescriptionownerAccount(String ownerAccount) The ID of the Amazon Web Services account that owns the resiliency group.resiliencyGroupArn(String resiliencyGroupArn) The Amazon Resource Name (ARN) of the resiliency group.resiliencyGroupId(String resiliencyGroupId) The ID of the resiliency group.resiliencyGroupName(String resiliencyGroupName) The name of the resiliency group.resiliencyGroupType(String resiliencyGroupType) The type of the resiliency group.resiliencyGroupType(ResiliencyGroupType resiliencyGroupType) The type of the resiliency group.The state of the resiliency group.state(ResiliencyGroupState state) The state of the resiliency group.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.
-
resiliencyGroupArn
The Amazon Resource Name (ARN) of the resiliency group.
- Parameters:
resiliencyGroupArn- The Amazon Resource Name (ARN) of the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resiliencyGroupName
The name of the resiliency group.
- Parameters:
resiliencyGroupName- The name of the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resiliencyGroupType
The type of the resiliency group. The valid value is
Managed.- Parameters:
resiliencyGroupType- The type of the resiliency group. The valid value isManaged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resiliencyGroupType
The type of the resiliency group. The valid value is
Managed.- Parameters:
resiliencyGroupType- The type of the resiliency group. The valid value isManaged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ownerAccount
The ID of the Amazon Web Services account that owns the resiliency group.
- Parameters:
ownerAccount- The ID of the Amazon Web Services account that owns the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the resiliency group.
- Parameters:
state- The state of the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the resiliency group.
- Parameters:
state- The state of the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-