Interface OnlineEvaluationConfigSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OnlineEvaluationConfigSummary.Builder,,OnlineEvaluationConfigSummary> SdkBuilder<OnlineEvaluationConfigSummary.Builder,,OnlineEvaluationConfigSummary> SdkPojo
- Enclosing class:
OnlineEvaluationConfigSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the online evaluation configuration was created.description(String description) The description of the online evaluation configuration.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 execution failed.onlineEvaluationConfigArn(String onlineEvaluationConfigArn) The Amazon Resource Name (ARN) of the online evaluation configuration.onlineEvaluationConfigId(String onlineEvaluationConfigId) The unique identifier of the online evaluation configuration.onlineEvaluationConfigName(String onlineEvaluationConfigName) The name of the 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.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, sdkFields
-
Method Details
-
onlineEvaluationConfigArn
The Amazon Resource Name (ARN) of the online evaluation configuration.
- Parameters:
onlineEvaluationConfigArn- The Amazon Resource Name (ARN) of the online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineEvaluationConfigId
The unique identifier of the online evaluation configuration.
- Parameters:
onlineEvaluationConfigId- The unique identifier of the online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineEvaluationConfigName
The name of the online evaluation configuration.
- Parameters:
onlineEvaluationConfigName- The name of the online evaluation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the online evaluation configuration.
- Parameters:
description- The description of the online evaluation configuration.- 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
OnlineEvaluationConfigSummary.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:
-
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.
-
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.
-
failureReason
The reason for failure if the online evaluation configuration execution failed.
- Parameters:
failureReason- The reason for failure if the online evaluation configuration execution failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-