| 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 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 account identifiers.
|
TrustedSigners.Builder |
TrustedSigners.Builder.items(String... items)
A list of account identifiers.
|
TrustedSigners.Builder |
TrustedSigners.Builder.quantity(Integer quantity)
The number of 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 accounts, if any, that you want to allow to create signed URLs for private
content.
|
default StreamingDistributionConfig.Builder |
StreamingDistributionConfig.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
A complex type that specifies any accounts that you want to permit to create signed URLs for private content.
|
default CacheBehavior.Builder |
CacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
|
Copyright © 2021. All rights reserved.