Interface StreamingDistributionConfig.Builder

    • Method Detail

      • callerReference

        StreamingDistributionConfig.Builder callerReference​(String callerReference)

        A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

        If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

        If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

        Parameters:
        callerReference - A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

        If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

        If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Origin

        StreamingDistributionConfig.Builder s3Origin​(S3Origin s3Origin)

        A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

        Parameters:
        s3Origin - A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliases

        StreamingDistributionConfig.Builder aliases​(Aliases aliases)

        A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

        Parameters:
        aliases - A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comment

        StreamingDistributionConfig.Builder comment​(String comment)

        Any comments you want to include about the streaming distribution.

        Parameters:
        comment - Any comments you want to include about the streaming distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logging

        StreamingDistributionConfig.Builder logging​(StreamingLoggingConfig logging)

        A complex type that controls whether access logs are written for the streaming distribution.

        Parameters:
        logging - A complex type that controls whether access logs are written for the streaming distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trustedSigners

        StreamingDistributionConfig.Builder trustedSigners​(TrustedSigners trustedSigners)

        A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

        Parameters:
        trustedSigners - A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priceClass

        StreamingDistributionConfig.Builder priceClass​(String priceClass)

        A complex type that contains information about price class for this streaming distribution.

        Parameters:
        priceClass - A complex type that contains information about price class for this streaming distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PriceClass, PriceClass
      • priceClass

        StreamingDistributionConfig.Builder priceClass​(PriceClass priceClass)

        A complex type that contains information about price class for this streaming distribution.

        Parameters:
        priceClass - A complex type that contains information about price class for this streaming distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PriceClass, PriceClass
      • enabled

        StreamingDistributionConfig.Builder enabled​(Boolean enabled)

        Whether the streaming distribution is enabled to accept user requests for content.

        Parameters:
        enabled - Whether the streaming distribution is enabled to accept user requests for content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.