Interface UpdateAbTestResponse.Builder

  • Method Details

    • abTestId

      The unique identifier of the updated A/B test.

      Parameters:
      abTestId - The unique identifier of the updated A/B test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • abTestArn

      UpdateAbTestResponse.Builder abTestArn(String abTestArn)

      The Amazon Resource Name (ARN) of the updated A/B test.

      Parameters:
      abTestArn - The Amazon Resource Name (ARN) of the updated A/B test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the A/B test.

      Parameters:
      status - The status of the A/B test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the A/B test.

      Parameters:
      status - The status of the A/B test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • executionStatus

      UpdateAbTestResponse.Builder executionStatus(String executionStatus)

      The execution status of the A/B test.

      Parameters:
      executionStatus - The execution status of the A/B test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • executionStatus

      UpdateAbTestResponse.Builder executionStatus(ABTestExecutionStatus executionStatus)

      The execution status of the A/B test.

      Parameters:
      executionStatus - The execution status of the A/B test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      UpdateAbTestResponse.Builder updatedAt(Instant updatedAt)

      The timestamp when the A/B test was updated.

      Parameters:
      updatedAt - The timestamp when the A/B test was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.