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 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 account identifiers.
|
TrustedSigners.Builder |
items(String... items)
A list of account identifiers.
|
TrustedSigners.Builder |
quantity(Integer quantity)
The number of accounts in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrustedSigners.Builder enabled(Boolean enabled)
This field is true if any of the 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 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 accounts in the list.
quantity - The number of accounts in the list.TrustedSigners.Builder items(Collection<String> items)
A list of account identifiers.
items - A list of account identifiers.TrustedSigners.Builder items(String... items)
A list of account identifiers.
items - A list of account identifiers.Copyright © 2021. All rights reserved.