public static interface UpdateEvaluationRequest.Builder extends MachineLearningRequest.Builder, CopyableBuilder<UpdateEvaluationRequest.Builder,UpdateEvaluationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEvaluationRequest.Builder |
evaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
UpdateEvaluationRequest.Builder |
evaluationName(String evaluationName)
A new user-supplied name or description of the
Evaluation that will replace the current content. |
UpdateEvaluationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateEvaluationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateEvaluationRequest.Builder evaluationId(String evaluationId)
The ID assigned to the Evaluation during creation.
evaluationId - The ID assigned to the Evaluation during creation.UpdateEvaluationRequest.Builder evaluationName(String evaluationName)
A new user-supplied name or description of the Evaluation that will replace the current content.
evaluationName - A new user-supplied name or description of the Evaluation that will replace the current
content.UpdateEvaluationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.