Interface CreateOnlineEvaluationConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<CreateOnlineEvaluationConfigResponse.Builder,,CreateOnlineEvaluationConfigResponse> SdkBuilder<CreateOnlineEvaluationConfigResponse.Builder,,CreateOnlineEvaluationConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateOnlineEvaluationConfigResponse
@Mutable
@NotThreadSafe
public static interface CreateOnlineEvaluationConfigResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreateOnlineEvaluationConfigResponse.Builder,CreateOnlineEvaluationConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the online evaluation configuration was created.executionStatus(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 creation or execution failed.onlineEvaluationConfigArn(String onlineEvaluationConfigArn) The Amazon Resource Name (ARN) of the created online evaluation configuration.onlineEvaluationConfigId(String onlineEvaluationConfigId) The unique identifier of the created online evaluation configuration.outputConfig(Consumer<OutputConfig.Builder> outputConfig) Sets the value of the OutputConfig property for this object.outputConfig(OutputConfig outputConfig) Sets the value of the OutputConfig property for this object.The status of the online evaluation configuration.status(OnlineEvaluationConfigStatus status) The status of the online evaluation configuration.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
CreateOnlineEvaluationConfigResponse.Builder onlineEvaluationConfigArn(String onlineEvaluationConfigArn) The Amazon Resource Name (ARN) of the created online evaluation configuration.
- Parameters:
onlineEvaluationConfigArn- The Amazon Resource Name (ARN) of the created online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineEvaluationConfigId
CreateOnlineEvaluationConfigResponse.Builder onlineEvaluationConfigId(String onlineEvaluationConfigId) The unique identifier of the created online evaluation configuration.
- Parameters:
onlineEvaluationConfigId- The unique identifier of the created online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the online evaluation configuration was created.
- Parameters:
createdAt- The timestamp when the online evaluation configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
Sets the value of the OutputConfig property for this object.- Parameters:
outputConfig- The new value for the OutputConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
default CreateOnlineEvaluationConfigResponse.Builder outputConfig(Consumer<OutputConfig.Builder> outputConfig) Sets the value of the OutputConfig property for this object. This is a convenience method that creates an instance of theOutputConfig.Builderavoiding the need to create one manually viaOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfig(OutputConfig).- Parameters:
outputConfig- a consumer that will call methods onOutputConfig.Builder- 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:
-
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
CreateOnlineEvaluationConfigResponse.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 creation or execution failed.
- Parameters:
failureReason- The reason for failure if the online evaluation configuration creation or execution failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-