Interface S3Destination.Builder

    • Method Detail

      • bucketName

        S3Destination.Builder bucketName​(String bucketName)

        Name of the S3 bucket.

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

        S3Destination.Builder prefix​(String prefix)

        An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

        Parameters:
        prefix - An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.