Interface CreateTargetGroupResponse.Builder

    • Method Detail

      • arn

        CreateTargetGroupResponse.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.
      • config

        CreateTargetGroupResponse.Builder config​(TargetGroupConfig config)

        The target group configuration. If type is set to LAMBDA, this parameter doesn't apply.

        Parameters:
        config - The target group configuration. If type is set to LAMBDA, this parameter doesn't apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        CreateTargetGroupResponse.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.
      • name

        CreateTargetGroupResponse.Builder name​(String name)

        The name of the target group.

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

        CreateTargetGroupResponse.Builder status​(String status)

        The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

        Parameters:
        status - The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupStatus, TargetGroupStatus
      • status

        CreateTargetGroupResponse.Builder status​(TargetGroupStatus status)

        The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

        Parameters:
        status - The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupStatus, TargetGroupStatus