Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TrustedSigners.Builder
-
Packages that use TrustedSigners.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of TrustedSigners.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedSigners.Builder Modifier and Type Method Description static TrustedSigners.BuilderTrustedSigners. builder()TrustedSigners.BuilderTrustedSigners.Builder. enabled(Boolean enabled)This field istrueif any of the Amazon Web Services accounts in the list are configured as trusted signers.TrustedSigners.BuilderTrustedSigners.Builder. items(String... items)A list of Amazon Web Services account identifiers.TrustedSigners.BuilderTrustedSigners.Builder. items(Collection<String> items)A list of Amazon Web Services account identifiers.TrustedSigners.BuilderTrustedSigners.Builder. quantity(Integer quantity)The number of Amazon Web Services accounts in the list.TrustedSigners.BuilderTrustedSigners. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TrustedSigners.Builder Modifier and Type Method Description static Class<? extends TrustedSigners.Builder>TrustedSigners. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TrustedSigners.Builder Modifier and Type Method Description default CacheBehavior.BuilderCacheBehavior.Builder. trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)default StreamingDistributionConfig.BuilderStreamingDistributionConfig.Builder. trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content.default StreamingDistributionSummary.BuilderStreamingDistributionSummary.Builder. trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners)A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed URLs for private content.
-