Interface InputS3Object.Builder

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

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

    • bucket

      InputS3Object.Builder bucket(String bucket)

      The Amazon S3 bucket that contains the manifest.

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

      The name and location of the manifest file withiin the bucket.

      Parameters:
      key - The name and location of the manifest file withiin the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      InputS3Object.Builder versionId(String versionId)

      The version ID of the bucket.

      Parameters:
      versionId - The version ID of the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.