Interface ResiliencyGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResiliencyGroup.Builder,,ResiliencyGroup> SdkBuilder<ResiliencyGroup.Builder,,ResiliencyGroup> SdkPojo
- Enclosing class:
ResiliencyGroup
-
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.tags(Collection<Tag> tags) The tags associated with the resiliency group.tags(Consumer<Tag.Builder>... tags) The tags associated with the resiliency group.The tags associated with 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. The valid values are
pending,available,deleting, anddeleted.- Parameters:
state- The state of the resiliency group. The valid values arepending,available,deleting, anddeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the resiliency group. The valid values are
pending,available,deleting, anddeleted.- Parameters:
state- The state of the resiliency group. The valid values arepending,available,deleting, anddeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags associated with the resiliency group.
- Parameters:
tags- The tags associated with the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the resiliency group.
- Parameters:
tags- The tags associated with the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the resiliency group.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-