Interface CreateEvaluationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEvaluationResponse.Builder,CreateEvaluationResponse>,MachineLearningResponse.Builder,SdkBuilder<CreateEvaluationResponse.Builder,CreateEvaluationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEvaluationResponse
public static interface CreateEvaluationResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<CreateEvaluationResponse.Builder,CreateEvaluationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEvaluationResponse.BuilderevaluationId(String evaluationId)The user-supplied ID that uniquely identifies theEvaluation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
evaluationId
CreateEvaluationResponse.Builder evaluationId(String evaluationId)
The user-supplied ID that uniquely identifies the
Evaluation. This value should be identical to the value of theEvaluationIdin the request.- Parameters:
evaluationId- The user-supplied ID that uniquely identifies theEvaluation. This value should be identical to the value of theEvaluationIdin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-