Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ActiveTrustedSigners.Builder
-
Packages that use ActiveTrustedSigners.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ActiveTrustedSigners.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ActiveTrustedSigners.Builder Modifier and Type Method Description static ActiveTrustedSigners.BuilderActiveTrustedSigners. builder()ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. enabled(Boolean enabled)This field istrueif any of the Amazon Web Services accounts in the list are configured as trusted signers.ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. items(Collection<Signer> items)A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. items(Consumer<Signer.Builder>... items)A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. items(Signer... items)A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. quantity(Integer quantity)The number of Amazon Web Services accounts in the list.ActiveTrustedSigners.BuilderActiveTrustedSigners. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ActiveTrustedSigners.Builder Modifier and Type Method Description static Class<? extends ActiveTrustedSigners.Builder>ActiveTrustedSigners. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ActiveTrustedSigners.Builder Modifier and Type Method Description default Distribution.BuilderDistribution.Builder. activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)default StreamingDistribution.BuilderStreamingDistribution.Builder. activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners)A complex type that lists the Amazon Web Services accounts, if any, that you included in theTrustedSignerscomplex type for this distribution.
-