Interface UpdateEvaluatorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<UpdateEvaluatorResponse.Builder,,UpdateEvaluatorResponse> SdkBuilder<UpdateEvaluatorResponse.Builder,,UpdateEvaluatorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateEvaluatorResponse
@Mutable
@NotThreadSafe
public static interface UpdateEvaluatorResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateEvaluatorResponse.Builder,UpdateEvaluatorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionevaluatorArn(String evaluatorArn) The Amazon Resource Name (ARN) of the updated evaluator.evaluatorId(String evaluatorId) The unique identifier of the updated evaluator.The status of the evaluator update operation.status(EvaluatorStatus status) The status of the evaluator update operation.The timestamp when the evaluator was last updated.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.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
-
evaluatorArn
The Amazon Resource Name (ARN) of the updated evaluator.
- Parameters:
evaluatorArn- The Amazon Resource Name (ARN) of the updated evaluator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatorId
The unique identifier of the updated evaluator.
- Parameters:
evaluatorId- The unique identifier of the updated evaluator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the evaluator was last updated.
- Parameters:
updatedAt- The timestamp when the evaluator was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the evaluator update operation.
- Parameters:
status- The status of the evaluator update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the evaluator update operation.
- Parameters:
status- The status of the evaluator update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-