Interface S3Bucket.Builder

    • Method Detail

      • bucketName

        S3Bucket.Builder bucketName​(String bucketName)

        The name of the Amazon S3 bucket.

        Parameters:
        bucketName - The name of the Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        S3Bucket.Builder prefix​(String prefix)

        The object key to use.

        Parameters:
        prefix - The object key to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.