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 method that creates an instance of theKGKeyPairIds.Builder avoiding the need to create one
manually via KGKeyPairIds.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #items(List.
items - a consumer that will call methods on
KGKeyPairIds.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.