Interface StreamingDistributionConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<StreamingDistributionConfig.Builder,StreamingDistributionConfig>
,SdkBuilder<StreamingDistributionConfig.Builder,StreamingDistributionConfig>
,SdkPojo
- Enclosing class:
- StreamingDistributionConfig
public static interface StreamingDistributionConfig.Builder extends SdkPojo, CopyableBuilder<StreamingDistributionConfig.Builder,StreamingDistributionConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StreamingDistributionConfig.Builder
aliases(Consumer<Aliases.Builder> aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.StreamingDistributionConfig.Builder
aliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.StreamingDistributionConfig.Builder
callerReference(String callerReference)
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.StreamingDistributionConfig.Builder
comment(String comment)
Any comments you want to include about the streaming distribution.StreamingDistributionConfig.Builder
enabled(Boolean enabled)
Whether the streaming distribution is enabled to accept user requests for content.default StreamingDistributionConfig.Builder
logging(Consumer<StreamingLoggingConfig.Builder> logging)
A complex type that controls whether access logs are written for the streaming distribution.StreamingDistributionConfig.Builder
logging(StreamingLoggingConfig logging)
A complex type that controls whether access logs are written for the streaming distribution.StreamingDistributionConfig.Builder
priceClass(String priceClass)
A complex type that contains information about price class for this streaming distribution.StreamingDistributionConfig.Builder
priceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.default StreamingDistributionConfig.Builder
s3Origin(Consumer<S3Origin.Builder> s3Origin)
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.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.default StreamingDistributionConfig.Builder
trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content.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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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 theStreamingDistributionConfig
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 aDistributionAlreadyExists
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 theStreamingDistributionConfig
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 aDistributionAlreadyExists
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.
-
s3Origin
default StreamingDistributionConfig.Builder s3Origin(Consumer<S3Origin.Builder> s3Origin)
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
This is a convenience method that creates an instance of theS3Origin.Builder
avoiding the need to create one manually viaS3Origin.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Origin(S3Origin)
.- Parameters:
s3Origin
- a consumer that will call methods onS3Origin.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Origin(S3Origin)
-
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.
-
aliases
default StreamingDistributionConfig.Builder aliases(Consumer<Aliases.Builder> aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
This is a convenience method that creates an instance of theAliases.Builder
avoiding the need to create one manually viaAliases.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaliases(Aliases)
.- Parameters:
aliases
- a consumer that will call methods onAliases.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
aliases(Aliases)
-
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.
-
logging
default StreamingDistributionConfig.Builder logging(Consumer<StreamingLoggingConfig.Builder> logging)
A complex type that controls whether access logs are written for the streaming distribution.
This is a convenience method that creates an instance of theStreamingLoggingConfig.Builder
avoiding the need to create one manually viaStreamingLoggingConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tologging(StreamingLoggingConfig)
.- Parameters:
logging
- a consumer that will call methods onStreamingLoggingConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
logging(StreamingLoggingConfig)
-
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.
-
trustedSigners
default StreamingDistributionConfig.Builder trustedSigners(Consumer<TrustedSigners.Builder> 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.
This is a convenience method that creates an instance of theTrustedSigners.Builder
avoiding the need to create one manually viaTrustedSigners.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrustedSigners(TrustedSigners)
.- Parameters:
trustedSigners
- a consumer that will call methods onTrustedSigners.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
trustedSigners(TrustedSigners)
-
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.
-
-