public static interface TrustedSigners.Builder extends SdkPojo, CopyableBuilder<TrustedSigners.Builder,TrustedSigners>
| Modifier and Type | Method and Description |
|---|---|
TrustedSigners.Builder |
enabled(Boolean enabled)
This field is
true if any of the Amazon Web Services accounts in the list are configured as
trusted signers. |
TrustedSigners.Builder |
items(Collection<String> items)
A list of Amazon Web Services account identifiers.
|
TrustedSigners.Builder |
items(String... items)
A list of Amazon Web Services account identifiers.
|
TrustedSigners.Builder |
quantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrustedSigners.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.TrustedSigners.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.TrustedSigners.Builder items(Collection<String> items)
A list of Amazon Web Services account identifiers.
items - A list of Amazon Web Services account identifiers.TrustedSigners.Builder items(String... items)
A list of Amazon Web Services account identifiers.
items - A list of Amazon Web Services account identifiers.Copyright © 2023. All rights reserved.