public static interface ActiveTrustedKeyGroups.Builder extends SdkPojo, CopyableBuilder<ActiveTrustedKeyGroups.Builder,ActiveTrustedKeyGroups>
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedKeyGroups.Builder |
enabled(Boolean enabled)
This field is
true if any of the key groups have public keys that CloudFront can use to verify
the signatures of signed URLs and signed cookies. |
ActiveTrustedKeyGroups.Builder |
items(Collection<KGKeyPairIds> items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups.Builder |
items(Consumer<KGKeyPairIds.Builder>... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups.Builder |
items(KGKeyPairIds... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups.Builder |
quantity(Integer quantity)
The number of key groups in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActiveTrustedKeyGroups.Builder enabled(Boolean enabled)
This field is true if any of the key groups 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 have public keys that CloudFront can use to
verify the signatures of signed URLs and signed cookies. If not, this field is false.ActiveTrustedKeyGroups.Builder quantity(Integer quantity)
The number of key groups in the list.
quantity - The number of key groups in the list.ActiveTrustedKeyGroups.Builder items(Collection<KGKeyPairIds> items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
items - A list of key groups, including the identifiers of the public keys in each key group that CloudFront
can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedKeyGroups.Builder items(KGKeyPairIds... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
items - A list of key groups, including the identifiers of the public keys in each key group that CloudFront
can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedKeyGroups.Builder items(Consumer<KGKeyPairIds.Builder>... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2021. All rights reserved.