Interface ABTestSummary.Builder

  • Method Details

    • abTestId

      ABTestSummary.Builder abTestId(String abTestId)

      The unique identifier of the A/B test.

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

      ABTestSummary.Builder abTestArn(String abTestArn)

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

      Parameters:
      abTestArn - The Amazon Resource Name (ARN) of the 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

      ABTestSummary.Builder status(String status)

      The current status of the A/B test.

      Parameters:
      status - The current 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 current status of the A/B test.

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

      ABTestSummary.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

      ABTestSummary.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:
    • description

      ABTestSummary.Builder description(String description)

      The description of the A/B test.

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

      ABTestSummary.Builder gatewayArn(String gatewayArn)

      The Amazon Resource Name (ARN) of the gateway used for traffic splitting.

      Parameters:
      gatewayArn - The Amazon Resource Name (ARN) of the gateway used for traffic splitting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ABTestSummary.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.
    • updatedAt

      ABTestSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the A/B test was last updated.

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