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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEvaluationResponse.BuilderevaluationId(String evaluationId)The ID assigned to theEvaluationduring creation.-
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
UpdateEvaluationResponse.Builder evaluationId(String 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.
-
-