| 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)
Enabled is
true if any of the AWS accounts listed in the TrustedSigners complex
type for this RTMP distribution have active CloudFront key pairs. |
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.items(Collection<Signer> items)
A complex type that contains one
Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type. |
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.items(Consumer<Signer.Builder>... items)
A complex type that contains one
Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type. |
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.items(Signer... items)
A complex type that contains one
Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type. |
ActiveTrustedSigners.Builder |
ActiveTrustedSigners.Builder.quantity(Integer quantity)
A complex type that contains one
Signer complex type for each trusted signer specified in the
TrustedSigners complex type. |
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 AWS accounts, if any, that you included in the
TrustedSigners
complex type for this distribution. |
default Distribution.Builder |
Distribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve
private content with signed URLs.
|
Copyright © 2018. All rights reserved.