public static interface ActiveTrustedSigners.Builder extends SdkPojo, CopyableBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedSigners.Builder |
enabled(Boolean enabled)
Enabled is
true if any of the AWS accounts listed in the TrustedSigners complex
type for this distribution have active CloudFront key pairs. |
ActiveTrustedSigners.Builder |
items(Collection<Signer> items)
A complex type that contains one
Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type. |
ActiveTrustedSigners.Builder |
items(Consumer<Signer.Builder>... items)
A complex type that contains one
Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type. |
ActiveTrustedSigners.Builder |
items(Signer... items)
A complex type that contains one
Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type. |
ActiveTrustedSigners.Builder |
quantity(Integer quantity)
The number of trusted signers specified in the
TrustedSigners complex type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActiveTrustedSigners.Builder enabled(Boolean enabled)
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex
type for this distribution have active CloudFront key pairs. If not, Enabled is
false.
enabled - Enabled is true if any of the AWS accounts listed in the TrustedSigners
complex type for this distribution have active CloudFront key pairs. If not, Enabled is
false.ActiveTrustedSigners.Builder quantity(Integer quantity)
The number of trusted signers specified in the TrustedSigners complex type.
quantity - The number of trusted signers specified in the TrustedSigners complex type.ActiveTrustedSigners.Builder items(Collection<Signer> items)
A complex type that contains one Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type.
items - A complex type that contains one Signer complex type for each trusted signer that is
specified in the TrustedSigners complex type.ActiveTrustedSigners.Builder items(Signer... items)
A complex type that contains one Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type.
items - A complex type that contains one Signer complex type for each trusted signer that is
specified in the TrustedSigners complex type.ActiveTrustedSigners.Builder items(Consumer<Signer.Builder>... items)
A complex type that contains one Signer complex type for each trusted signer that is specified
in the TrustedSigners complex type.
List.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 © 2020. All rights reserved.