Interface OutputS3Object.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputS3Object.Builder,OutputS3Object>, SdkBuilder<OutputS3Object.Builder,OutputS3Object>, SdkPojo
Enclosing class:
OutputS3Object

public static interface OutputS3Object.Builder extends SdkPojo, CopyableBuilder<OutputS3Object.Builder,OutputS3Object>
  • Method Details

    • bucket

      The bucket that contains the training output.

      Parameters:
      bucket - The bucket that contains the training output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      The location of the training output in the bucket.

      Parameters:
      key - The location of the training output in the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.