Interface UpdateEvaluationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEvaluationResponse.Builder,,UpdateEvaluationResponse> MachineLearningResponse.Builder,SdkBuilder<UpdateEvaluationResponse.Builder,,UpdateEvaluationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateEvaluationResponse
public static interface UpdateEvaluationResponse.Builder
extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionevaluationId(String evaluationId) The ID assigned to theEvaluationduring creation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
evaluationId
The ID assigned to the
Evaluationduring creation. This value should be identical to the value of theEvaluationin the request.- Parameters:
 evaluationId- The ID assigned to theEvaluationduring creation. This value should be identical to the value of theEvaluationin the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -