Interface CreateAbTestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<CreateAbTestResponse.Builder,,CreateAbTestResponse> SdkBuilder<CreateAbTestResponse.Builder,,CreateAbTestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateAbTestResponse
@Mutable
@NotThreadSafe
public static interface CreateAbTestResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<CreateAbTestResponse.Builder,CreateAbTestResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the created A/B test.The unique identifier of the created A/B test.The timestamp when the A/B test was created.executionStatus(String executionStatus) The execution status indicating whether the A/B test is currently running.executionStatus(ABTestExecutionStatus executionStatus) The execution status indicating whether the A/B test is currently running.The name of the A/B test.The status of the A/B test.status(ABTestStatus status) The status of the A/B test.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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
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
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.
-