#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for StreamingDistributionConfig
Implementations
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.
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.
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
Any comments you want to include about the streaming distribution.
Any comments you want to include about the streaming distribution.
A complex type that controls whether access logs are written for the streaming distribution.
A complex type that controls whether access logs are written for the streaming distribution.
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.
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.
A complex type that contains information about price class for this streaming distribution.
A complex type that contains information about price class for this streaming distribution.
Whether the streaming distribution is enabled to accept user requests for content.
Whether the streaming distribution is enabled to accept user requests for content.
Consumes the builder and constructs a StreamingDistributionConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more