| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ActiveTrustedSigners.Builder |
ActiveTrustedSigners.builder() |
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.enabled(Boolean enabled)
This field is
true if any of the AWS accounts in the list have active CloudFront key pairs that
CloudFront can use to verify the signatures of signed URLs and signed cookies. |
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.items(Collection<Signer> items)
A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can
use to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.items(Consumer<Signer.Builder>... items)
A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can
use to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.items(Signer... items)
A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can
use to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.quantity(Integer quantity)
The number of AWS accounts in the list.
|
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActiveTrustedSigners.Builder> |
ActiveTrustedSigners.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Distribution.Builder |
Distribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
|
default StreamingDistribution.Builder |
StreamingDistribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
A complex type that lists the AWS accounts, if any, that you included in the
TrustedSigners
complex type for this distribution. |
Copyright © 2021. All rights reserved.