Interface UpdateRewardRequest.Builder

  • Method Details

    • jobArn

      The job ARN.

      Parameters:
      jobArn - The job ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trajectoryId

      UpdateRewardRequest.Builder trajectoryId(String trajectoryId)

      The trajectory ID to update with reward values.

      Parameters:
      trajectoryId - The trajectory ID to update with reward values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rewards

      The list of reward values to assign to this trajectory. Provide one reward value per turn in the trajectory.

      Parameters:
      rewards - The list of reward values to assign to this trajectory. Provide one reward value per turn in the trajectory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rewards

      UpdateRewardRequest.Builder rewards(Double... rewards)

      The list of reward values to assign to this trajectory. Provide one reward value per turn in the trajectory.

      Parameters:
      rewards - The list of reward values to assign to this trajectory. Provide one reward value per turn in the trajectory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      UpdateRewardRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateRewardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.