public static interface ActiveTrustedSigners.Builder extends SdkPojo, CopyableBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedSigners.Builder |
enabled(Boolean enabled)
This field is
true if any of the Amazon Web Services accounts in the list are configured as
trusted signers. |
ActiveTrustedSigners.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.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.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.Builder |
quantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActiveTrustedSigners.Builder enabled(Boolean enabled)
This field is true if any of the Amazon Web Services accounts in the list are configured as
trusted signers. If not, this field is false.
enabled - This field is true if any of the Amazon Web Services accounts in the list are configured
as trusted signers. If not, this field is false.ActiveTrustedSigners.Builder quantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
quantity - The number of Amazon Web Services accounts in the list.ActiveTrustedSigners.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.
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.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.
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.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.
This is a convenience method that creates an instance of theSigner.Builder avoiding the need to create one
manually via Signer.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
Signer.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.