Interface StopBatchEvaluationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<StopBatchEvaluationResponse.Builder,,StopBatchEvaluationResponse> SdkBuilder<StopBatchEvaluationResponse.Builder,,StopBatchEvaluationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopBatchEvaluationResponse
@Mutable
@NotThreadSafe
public static interface StopBatchEvaluationResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<StopBatchEvaluationResponse.Builder,StopBatchEvaluationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbatchEvaluationArn(String batchEvaluationArn) The Amazon Resource Name (ARN) of the stopped batch evaluation.batchEvaluationId(String batchEvaluationId) The unique identifier of the stopped batch evaluation.description(String description) The description of the batch evaluation.The status of the batch evaluation after the stop request.status(BatchEvaluationStatus status) The status of the batch evaluation after the stop request.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
-
batchEvaluationId
The unique identifier of the stopped batch evaluation.
- Parameters:
batchEvaluationId- The unique identifier of the stopped batch evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchEvaluationArn
The Amazon Resource Name (ARN) of the stopped batch evaluation.
- Parameters:
batchEvaluationArn- The Amazon Resource Name (ARN) of the stopped batch evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the batch evaluation after the stop request.
- Parameters:
status- The status of the batch evaluation after the stop request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the batch evaluation after the stop request.
- Parameters:
status- The status of the batch evaluation after the stop request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the batch evaluation.
- Parameters:
description- The description of the batch evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-