Interface DeleteTrainedModelOutputRequest.Builder

  • Method Details

    • trainedModelArn

      DeleteTrainedModelOutputRequest.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of the trained model whose output you want to delete.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of the trained model whose output you want to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipIdentifier

      DeleteTrainedModelOutputRequest.Builder membershipIdentifier(String membershipIdentifier)

      The membership ID of the member that is deleting the trained model output.

      Parameters:
      membershipIdentifier - The membership ID of the member that is deleting the trained model output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionIdentifier

      DeleteTrainedModelOutputRequest.Builder versionIdentifier(String versionIdentifier)

      The version identifier of the trained model to delete. If not specified, the operation will delete the base version of the trained model. When specified, only the particular version will be deleted.

      Parameters:
      versionIdentifier - The version identifier of the trained model to delete. If not specified, the operation will delete the base version of the trained model. When specified, only the particular version will be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteTrainedModelOutputRequest.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.