| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static TrustedSigners.Builder |
TrustedSigners.builder() |
TrustedSigners.Builder |
TrustedSigners.Builder.enabled(Boolean enabled)
This field is
true if any of the Amazon Web Services accounts have public keys that CloudFront
can use to verify the signatures of signed URLs and signed cookies. |
TrustedSigners.Builder |
TrustedSigners.Builder.items(Collection<String> items)
A list of Amazon Web Services account identifiers.
|
TrustedSigners.Builder |
TrustedSigners.Builder.items(String... items)
A list of Amazon Web Services account identifiers.
|
TrustedSigners.Builder |
TrustedSigners.Builder.quantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
|
TrustedSigners.Builder |
TrustedSigners.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustedSigners.Builder> |
TrustedSigners.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StreamingDistributionSummary.Builder |
StreamingDistributionSummary.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create
signed URLs for private content.
|
default CacheBehavior.Builder |
CacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
|
default StreamingDistributionConfig.Builder |
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.
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
|
Copyright © 2023. All rights reserved.