| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static TrustedKeyGroups.Builder |
TrustedKeyGroups.builder() |
TrustedKeyGroups.Builder |
TrustedKeyGroups.Builder.enabled(Boolean enabled)
This field is
true if any of the key groups in the list have public keys that CloudFront can use
to verify the signatures of signed URLs and signed cookies. |
TrustedKeyGroups.Builder |
TrustedKeyGroups.Builder.items(Collection<String> items)
A list of key groups identifiers.
|
TrustedKeyGroups.Builder |
TrustedKeyGroups.Builder.items(String... items)
A list of key groups identifiers.
|
TrustedKeyGroups.Builder |
TrustedKeyGroups.Builder.quantity(Integer quantity)
The number of key groups in the list.
|
TrustedKeyGroups.Builder |
TrustedKeyGroups.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustedKeyGroups.Builder> |
TrustedKeyGroups.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheBehavior.Builder |
CacheBehavior.Builder.trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
Copyright © 2023. All rights reserved.