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 have active CloudFront
key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. |
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 have active CloudFront
key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this
field is false.
enabled - This field is true if any of the Amazon Web Services accounts in the list have active
CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed
cookies. 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2021. All rights reserved.