Interface CreateEvaluationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateEvaluationResponse.Builder,CreateEvaluationResponse>, MachineLearningResponse.Builder, SdkBuilder<CreateEvaluationResponse.Builder,CreateEvaluationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateEvaluationResponse

  • Method Details

    • evaluationId

      CreateEvaluationResponse.Builder evaluationId(String evaluationId)

      The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the value of the EvaluationId in the request.

      Parameters:
      evaluationId - The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the value of the EvaluationId in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.