Interface OnlineEvaluationConfigSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OnlineEvaluationConfigSummary.Builder,,OnlineEvaluationConfigSummary> SdkBuilder<OnlineEvaluationConfigSummary.Builder,,OnlineEvaluationConfigSummary> SdkPojo
- Enclosing class:
OnlineEvaluationConfigSummary
-
Method Summary
Modifier and TypeMethodDescriptionclusteringConfig(Consumer<ClusteringConfig.Builder> clusteringConfig) The clustering configuration for periodic batch evaluation.clusteringConfig(ClusteringConfig clusteringConfig) The clustering configuration for periodic batch evaluation.The 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.insights(Collection<Insight> insights) The list of insight types configured for this evaluation.insights(Consumer<Insight.Builder>... insights) The list of insight types configured for this evaluation.The list of insight types configured for this evaluation.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.
-
insights
The list of insight types configured for this evaluation.
- Parameters:
insights- The list of insight types configured for this evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insights
The list of insight types configured for this evaluation.
- Parameters:
insights- The list of insight types configured for this evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insights
The list of insight types configured for this evaluation.
This is a convenience method that creates an instance of theInsight.Builderavoiding the need to create one manually viaInsight.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsights(List<Insight>).- Parameters:
insights- a consumer that will call methods onInsight.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clusteringConfig
The clustering configuration for periodic batch evaluation.
- Parameters:
clusteringConfig- The clustering configuration for periodic batch evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusteringConfig
default OnlineEvaluationConfigSummary.Builder clusteringConfig(Consumer<ClusteringConfig.Builder> clusteringConfig) The clustering configuration for periodic batch evaluation.
This is a convenience method that creates an instance of theClusteringConfig.Builderavoiding the need to create one manually viaClusteringConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclusteringConfig(ClusteringConfig).- Parameters:
clusteringConfig- a consumer that will call methods onClusteringConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-