Interface S3Identifier.Builder

    • Method Detail

      • s3BucketName

        S3Identifier.Builder s3BucketName​(String s3BucketName)

        The name of the S3 bucket.

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

        S3Identifier.Builder s3ObjectKey​(String s3ObjectKey)

        The S3 object key for the S3 resource.

        Parameters:
        s3ObjectKey - The S3 object key for the S3 resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.