Interface S3Destination.Builder

    • Method Detail

      • bucket

        S3Destination.Builder bucket​(String bucket)

        The name of the Amazon S3 bucket you want to associate with the streaming video project. You must be the owner of the Amazon S3 bucket.

        Parameters:
        bucket - The name of the Amazon S3 bucket you want to associate with the streaming video project. You must be the owner of the Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyPrefix

        S3Destination.Builder keyPrefix​(String keyPrefix)

        The prefix value of the location within the bucket that you want the information to be published to. For more information, see Using prefixes.

        Parameters:
        keyPrefix - The prefix value of the location within the bucket that you want the information to be published to. For more information, see Using prefixes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.