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