public static interface TrustedSigners.Builder extends SdkPojo, CopyableBuilder<TrustedSigners.Builder,TrustedSigners>
Modifier and Type | Method and Description |
---|---|
TrustedSigners.Builder |
enabled(Boolean enabled)
This field is
true if any of the AWS accounts have public keys that CloudFront can use to verify
the signatures of signed URLs and signed cookies. |
TrustedSigners.Builder |
items(Collection<String> items)
A list of AWS account identifiers.
|
TrustedSigners.Builder |
items(String... items)
A list of AWS account identifiers.
|
TrustedSigners.Builder |
quantity(Integer quantity)
The number of AWS accounts in the list.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TrustedSigners.Builder enabled(Boolean enabled)
This field is true
if any of the AWS accounts have public keys that CloudFront can use to verify
the signatures of signed URLs and signed cookies. If not, this field is false
.
enabled
- This field is true
if any of the AWS accounts have public keys that CloudFront can use to
verify the signatures of signed URLs and signed cookies. If not, this field is false
.TrustedSigners.Builder quantity(Integer quantity)
The number of AWS accounts in the list.
quantity
- The number of AWS accounts in the list.TrustedSigners.Builder items(Collection<String> items)
A list of AWS account identifiers.
items
- A list of AWS account identifiers.TrustedSigners.Builder items(String... items)
A list of AWS account identifiers.
items
- A list of AWS account identifiers.Copyright © 2021. All rights reserved.