Interface S3InputFileLocation.Builder

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

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

    • bucket

      Specifies the S3 bucket for the customer input file.

      Parameters:
      bucket - Specifies the S3 bucket for the customer input file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.

      Parameters:
      key - The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.