Interface CreateAbTestResponse.Builder

  • Method Details

    • abTestId

      The unique identifier of the created A/B test.

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

      CreateAbTestResponse.Builder abTestArn(String abTestArn)

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

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

      The name of the A/B test.

      Parameters:
      name - The name of the 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

      CreateAbTestResponse.Builder executionStatus(String executionStatus)

      The execution status indicating whether the A/B test is currently running.

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

      CreateAbTestResponse.Builder executionStatus(ABTestExecutionStatus executionStatus)

      The execution status indicating whether the A/B test is currently running.

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

      CreateAbTestResponse.Builder createdAt(Instant createdAt)

      The timestamp when the A/B test was created.

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