Interface S3Location.Builder

    • Method Detail

      • bucketName

        S3Location.Builder bucketName​(String bucketName)

        Specifies the name of the Amazon S3 bucket.

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

        S3Location.Builder key​(String key)

        Specifies the Amazon S3 key for the file location.

        Parameters:
        key - Specifies the Amazon S3 key for the file location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.