Interface UpdateOnlineEvaluationConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<UpdateOnlineEvaluationConfigResponse.Builder,,UpdateOnlineEvaluationConfigResponse> SdkBuilder<UpdateOnlineEvaluationConfigResponse.Builder,,UpdateOnlineEvaluationConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateOnlineEvaluationConfigResponse
@Mutable
@NotThreadSafe
public static interface UpdateOnlineEvaluationConfigResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateOnlineEvaluationConfigResponse.Builder,UpdateOnlineEvaluationConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionStatus(String executionStatus) The execution status indicating whether the online evaluation is currently running.executionStatus(OnlineEvaluationExecutionStatus executionStatus) The execution status indicating whether the online evaluation is currently running.failureReason(String failureReason) The reason for failure if the online evaluation configuration update or execution failed.onlineEvaluationConfigArn(String onlineEvaluationConfigArn) The Amazon Resource Name (ARN) of the updated online evaluation configuration.onlineEvaluationConfigId(String onlineEvaluationConfigId) The unique identifier of the updated online evaluation configuration.The status of the online evaluation configuration.status(OnlineEvaluationConfigStatus status) The status of the online evaluation configuration.The timestamp when the online evaluation configuration 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
-
onlineEvaluationConfigArn
UpdateOnlineEvaluationConfigResponse.Builder onlineEvaluationConfigArn(String onlineEvaluationConfigArn) The Amazon Resource Name (ARN) of the updated online evaluation configuration.
- Parameters:
onlineEvaluationConfigArn- The Amazon Resource Name (ARN) of the updated online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineEvaluationConfigId
UpdateOnlineEvaluationConfigResponse.Builder onlineEvaluationConfigId(String onlineEvaluationConfigId) The unique identifier of the updated online evaluation configuration.
- Parameters:
onlineEvaluationConfigId- The unique identifier of the updated online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the online evaluation configuration was last updated.
- Parameters:
updatedAt- The timestamp when the online evaluation configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the online evaluation configuration.
- Parameters:
status- The status of the online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the online evaluation configuration.
- Parameters:
status- The status of the online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
The execution status indicating whether the online evaluation is currently running.
- Parameters:
executionStatus- The execution status indicating whether the online evaluation is currently running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
UpdateOnlineEvaluationConfigResponse.Builder executionStatus(OnlineEvaluationExecutionStatus executionStatus) The execution status indicating whether the online evaluation is currently running.
- Parameters:
executionStatus- The execution status indicating whether the online evaluation is currently running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
The reason for failure if the online evaluation configuration update or execution failed.
- Parameters:
failureReason- The reason for failure if the online evaluation configuration update or execution failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-