| 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)
Specifies whether you want to require viewers to use signed URLs to access the files specified by
PathPattern and TargetOriginId. |
TrustedSigners.Builder |
TrustedSigners.Builder.items(Collection<String> items)
Optional: A complex type that contains trusted signers for this cache behavior.
|
TrustedSigners.Builder |
TrustedSigners.Builder.items(String... items)
Optional: A complex type that contains trusted signers for this cache behavior.
|
TrustedSigners.Builder |
TrustedSigners.Builder.quantity(Integer quantity)
The number of trusted signers for this cache behavior.
|
TrustedSigners.Builder |
TrustedSigners.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustedSigners.Builder> |
TrustedSigners.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheBehavior.Builder |
CacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
A complex type that specifies the AWS 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 AWS accounts that you want to permit to create signed URLs for private
content.
|
default StreamingDistributionSummary.Builder |
StreamingDistributionSummary.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for
private content.
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for
private content.
|
Copyright © 2017. All rights reserved.