Interface ResiliencyGroup.Builder

  • Method Details

    • resiliencyGroupId

      ResiliencyGroup.Builder resiliencyGroupId(String 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

      ResiliencyGroup.Builder resiliencyGroupArn(String 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

      ResiliencyGroup.Builder resiliencyGroupName(String 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

      ResiliencyGroup.Builder resiliencyGroupType(String resiliencyGroupType)

      The type of the resiliency group. The valid value is Managed.

      Parameters:
      resiliencyGroupType - The type of the resiliency group. The valid value is Managed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resiliencyGroupType

      ResiliencyGroup.Builder resiliencyGroupType(ResiliencyGroupType resiliencyGroupType)

      The type of the resiliency group. The valid value is Managed.

      Parameters:
      resiliencyGroupType - The type of the resiliency group. The valid value is Managed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ownerAccount

      ResiliencyGroup.Builder ownerAccount(String 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, and deleted.

      Parameters:
      state - The state of the resiliency group. The valid values are pending, available, deleting, and deleted.
      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, and deleted.

      Parameters:
      state - The state of the resiliency group. The valid values are pending, available, deleting, and deleted.
      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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: