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