| 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 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 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 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 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 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 StreamingDistribution.Builder |
StreamingDistribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
A complex type that lists the accounts, if any, that you included in the
TrustedSigners complex
type for this distribution. |
default Distribution.Builder |
Distribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
|
Copyright © 2021. All rights reserved.