Interface UpdateAbTestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<UpdateAbTestResponse.Builder,,UpdateAbTestResponse> SdkBuilder<UpdateAbTestResponse.Builder,,UpdateAbTestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAbTestResponse
@Mutable
@NotThreadSafe
public static interface UpdateAbTestResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<UpdateAbTestResponse.Builder,UpdateAbTestResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated A/B test.The unique identifier of the updated A/B test.executionStatus(String executionStatus) The execution status of the A/B test.executionStatus(ABTestExecutionStatus executionStatus) The execution status of the A/B test.The status of the A/B test.status(ABTestStatus status) The status of the A/B test.The timestamp when the A/B test was updated.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 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
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
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
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
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.
-