Interface S3Object.Builder

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

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

    • bucket

      S3Object.Builder bucket(String bucket)

      The name of the S3 bucket. Note that the # character is not valid in the file name.

      Parameters:
      bucket - The name of the S3 bucket. Note that the # character is not valid in the file name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The file name of the input document. Synchronous operations can use image files that are in JPEG or PNG format. Asynchronous operations also support PDF and TIFF format files.

      Parameters:
      name - The file name of the input document. Synchronous operations can use image files that are in JPEG or PNG format. Asynchronous operations also support PDF and TIFF format files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      S3Object.Builder version(String version)

      If the bucket has versioning enabled, you can specify the object version.

      Parameters:
      version - If the bucket has versioning enabled, you can specify the object version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.