public static interface Distribution.Builder extends SdkPojo, CopyableBuilder<Distribution.Builder,Distribution>
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
activeTrustedKeyGroups(ActiveTrustedKeyGroups activeTrustedKeyGroups)
This field contains a list of key groups and the public keys in each key group that CloudFront can use to
verify the signatures of signed URLs or signed cookies.
|
default Distribution.Builder |
activeTrustedKeyGroups(Consumer<ActiveTrustedKeyGroups.Builder> activeTrustedKeyGroups)
This field contains a list of key groups and the public keys in each key group that CloudFront can use to
verify the signatures of signed URLs or signed cookies.
|
Distribution.Builder |
activeTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
|
default Distribution.Builder |
activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
|
Distribution.Builder |
aliasICPRecordals(AliasICPRecordal... aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if
they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to
CloudFront.
|
Distribution.Builder |
aliasICPRecordals(Collection<AliasICPRecordal> aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if
they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to
CloudFront.
|
Distribution.Builder |
aliasICPRecordals(Consumer<AliasICPRecordal.Builder>... aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if
they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to
CloudFront.
|
Distribution.Builder |
arn(String arn)
The distribution's Amazon Resource Name (ARN).
|
default Distribution.Builder |
distributionConfig(Consumer<DistributionConfig.Builder> distributionConfig)
The distribution's configuration.
|
Distribution.Builder |
distributionConfig(DistributionConfig distributionConfig)
The distribution's configuration.
|
Distribution.Builder |
domainName(String domainName)
The distribution's CloudFront domain name.
|
Distribution.Builder |
id(String id)
The distribution's identifier.
|
Distribution.Builder |
inProgressInvalidationBatches(Integer inProgressInvalidationBatches)
The number of invalidation batches currently in progress.
|
Distribution.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time when the distribution was last modified.
|
Distribution.Builder |
status(String status)
The distribution's status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDistribution.Builder id(String id)
The distribution's identifier. For example: E1U5RQF7T870K0.
id - The distribution's identifier. For example: E1U5RQF7T870K0.Distribution.Builder arn(String arn)
The distribution's Amazon Resource Name (ARN).
arn - The distribution's Amazon Resource Name (ARN).Distribution.Builder status(String status)
The distribution's status. When the status is Deployed, the distribution's information is fully
propagated to all CloudFront edge locations.
status - The distribution's status. When the status is Deployed, the distribution's information is
fully propagated to all CloudFront edge locations.Distribution.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time when the distribution was last modified.
lastModifiedTime - The date and time when the distribution was last modified.Distribution.Builder inProgressInvalidationBatches(Integer inProgressInvalidationBatches)
The number of invalidation batches currently in progress.
inProgressInvalidationBatches - The number of invalidation batches currently in progress.Distribution.Builder domainName(String domainName)
The distribution's CloudFront domain name. For example: d111111abcdef8.cloudfront.net.
domainName - The distribution's CloudFront domain name. For example: d111111abcdef8.cloudfront.net.Distribution.Builder activeTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
We recommend using TrustedKeyGroups instead of TrustedSigners.
This field contains a list of Amazon Web Services account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.
activeTrustedSigners -
We recommend using TrustedKeyGroups instead of TrustedSigners.
This field contains a list of Amazon Web Services account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.
default Distribution.Builder activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
We recommend using TrustedKeyGroups instead of TrustedSigners.
This field contains a list of Amazon Web Services account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.
This is a convenience method that creates an instance of theActiveTrustedSigners.Builder avoiding
the need to create one manually via ActiveTrustedSigners.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to activeTrustedSigners(ActiveTrustedSigners).
activeTrustedSigners - a consumer that will call methods on ActiveTrustedSigners.BuilderactiveTrustedSigners(ActiveTrustedSigners)Distribution.Builder activeTrustedKeyGroups(ActiveTrustedKeyGroups activeTrustedKeyGroups)
This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.
activeTrustedKeyGroups - This field contains a list of key groups and the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs or signed cookies.default Distribution.Builder activeTrustedKeyGroups(Consumer<ActiveTrustedKeyGroups.Builder> activeTrustedKeyGroups)
This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.
This is a convenience method that creates an instance of theActiveTrustedKeyGroups.Builder avoiding
the need to create one manually via ActiveTrustedKeyGroups.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to activeTrustedKeyGroups(ActiveTrustedKeyGroups).
activeTrustedKeyGroups - a consumer that will call methods on ActiveTrustedKeyGroups.BuilderactiveTrustedKeyGroups(ActiveTrustedKeyGroups)Distribution.Builder distributionConfig(DistributionConfig distributionConfig)
The distribution's configuration.
distributionConfig - The distribution's configuration.default Distribution.Builder distributionConfig(Consumer<DistributionConfig.Builder> distributionConfig)
The distribution's configuration.
This is a convenience method that creates an instance of theDistributionConfig.Builder avoiding the
need to create one manually via DistributionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to distributionConfig(DistributionConfig).
distributionConfig - a consumer that will call methods on DistributionConfig.BuilderdistributionConfig(DistributionConfig)Distribution.Builder aliasICPRecordals(Collection<AliasICPRecordal> aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.
For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with Amazon Web Services services in China.
aliasICPRecordals - Amazon Web Services services in China customers must file for an Internet Content Provider (ICP)
recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME,
that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs
associated with distributions.
For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with Amazon Web Services services in China.
Distribution.Builder aliasICPRecordals(AliasICPRecordal... aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.
For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with Amazon Web Services services in China.
aliasICPRecordals - Amazon Web Services services in China customers must file for an Internet Content Provider (ICP)
recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME,
that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs
associated with distributions.
For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with Amazon Web Services services in China.
Distribution.Builder aliasICPRecordals(Consumer<AliasICPRecordal.Builder>... aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.
For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with Amazon Web Services services in China.
This is a convenience method that creates an instance of theAliasICPRecordal.Builder avoiding the need to create
one manually via AliasICPRecordal.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #aliasICPRecordals(List.
aliasICPRecordals - a consumer that will call methods on
AliasICPRecordal.Builder#aliasICPRecordals(java.util.Collection) Copyright © 2023. All rights reserved.