public static interface ActionTypePermissions.Builder extends SdkPojo, CopyableBuilder<ActionTypePermissions.Builder,ActionTypePermissions>
| Modifier and Type | Method and Description |
|---|---|
ActionTypePermissions.Builder |
allowedAccounts(Collection<String> allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
|
ActionTypePermissions.Builder |
allowedAccounts(String... allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTypePermissions.Builder allowedAccounts(Collection<String> allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
allowedAccounts - A list of Amazon Web Services account IDs with access to use the action type in their pipelines.ActionTypePermissions.Builder allowedAccounts(String... allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
allowedAccounts - A list of Amazon Web Services account IDs with access to use the action type in their pipelines.Copyright © 2023. All rights reserved.