Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TrustedKeyGroups.Builder
-
Packages that use TrustedKeyGroups.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of TrustedKeyGroups.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedKeyGroups.Builder Modifier and Type Method Description static TrustedKeyGroups.BuilderTrustedKeyGroups. builder()TrustedKeyGroups.BuilderTrustedKeyGroups.Builder. enabled(Boolean enabled)This field istrueif 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.BuilderTrustedKeyGroups.Builder. items(String... items)A list of key groups identifiers.TrustedKeyGroups.BuilderTrustedKeyGroups.Builder. items(Collection<String> items)A list of key groups identifiers.TrustedKeyGroups.BuilderTrustedKeyGroups.Builder. quantity(Integer quantity)The number of key groups in the list.TrustedKeyGroups.BuilderTrustedKeyGroups. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TrustedKeyGroups.Builder Modifier and Type Method Description static Class<? extends TrustedKeyGroups.Builder>TrustedKeyGroups. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TrustedKeyGroups.Builder Modifier and Type Method Description default CacheBehavior.BuilderCacheBehavior.Builder. trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups)A list of key groups that CloudFront can use to validate signed URLs or signed cookies.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups)A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
-