static ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.builder() |
|
ActiveTrustedKeyGroups.Builder |
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 |
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 |
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 |
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 |
ActiveTrustedKeyGroups.Builder.quantity(Integer quantity) |
The number of key groups in the list.
|
ActiveTrustedKeyGroups.Builder |
ActiveTrustedKeyGroups.toBuilder() |
|