Interface StopBatchEvaluationResponse.Builder

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

  • Method Details

    • batchEvaluationId

      StopBatchEvaluationResponse.Builder batchEvaluationId(String batchEvaluationId)

      The unique identifier of the stopped batch evaluation.

      Parameters:
      batchEvaluationId - The unique identifier of the stopped batch evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • batchEvaluationArn

      StopBatchEvaluationResponse.Builder batchEvaluationArn(String batchEvaluationArn)

      The Amazon Resource Name (ARN) of the stopped batch evaluation.

      Parameters:
      batchEvaluationArn - The Amazon Resource Name (ARN) of the stopped batch evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the batch evaluation after the stop request.

      Parameters:
      status - The status of the batch evaluation after the stop request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the batch evaluation after the stop request.

      Parameters:
      status - The status of the batch evaluation after the stop request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      StopBatchEvaluationResponse.Builder description(String description)

      The description of the batch evaluation.

      Parameters:
      description - The description of the batch evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.