Interface DeleteTargetGroupResponse.Builder

    • Method Detail

      • arn

        DeleteTargetGroupResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the target group.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the target group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DeleteTargetGroupResponse.Builder id​(String id)

        The ID of the target group.

        Parameters:
        id - The ID of the target group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DeleteTargetGroupResponse.Builder status​(String status)

        The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.

        Parameters:
        status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupStatus, TargetGroupStatus
      • status

        DeleteTargetGroupResponse.Builder status​(TargetGroupStatus status)

        The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.

        Parameters:
        status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupStatus, TargetGroupStatus