Interface ManifestFileLocation.Builder

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

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

    • bucket

      Amazon S3 bucket.

      Parameters:
      bucket - Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      Amazon S3 key that identifies an object.

      Parameters:
      key - Amazon S3 key that identifies an object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.