public static interface UpdateEvaluationRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateEvaluationRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateEvaluationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.