| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.builder() |
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.Builder.enabled(Boolean enabled)
This field is
true if any of the key groups have public keys that CloudFront can use to verify
the signatures of signed URLs and signed cookies. |
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.Builder.items(Collection<KGKeyPairIds> items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.Builder.items(Consumer<KGKeyPairIds.Builder>... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.Builder.items(KGKeyPairIds... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.Builder.quantity(Integer quantity)
The number of key groups in the list.
|
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActiveTrustedKeyGroups.Builder> |
ActiveTrustedKeyGroups.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Distribution.Builder |
Distribution.Builder.activeTrustedKeyGroups(Consumer<ActiveTrustedKeyGroups.Builder> activeTrustedKeyGroups)
CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this
distribution to serve private content using key groups.
|
Copyright © 2021. All rights reserved.