Interface ActionTypePermissions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionTypePermissions.Builder,ActionTypePermissions>,SdkBuilder<ActionTypePermissions.Builder,ActionTypePermissions>,SdkPojo
- Enclosing class:
- ActionTypePermissions
public static interface ActionTypePermissions.Builder extends SdkPojo, CopyableBuilder<ActionTypePermissions.Builder,ActionTypePermissions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionTypePermissions.BuilderallowedAccounts(String... allowedAccounts)A list of Amazon Web Services account IDs with access to use the action type in their pipelines.ActionTypePermissions.BuilderallowedAccounts(Collection<String> allowedAccounts)A list of Amazon Web Services account IDs with access to use the action type in their pipelines.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
allowedAccounts
ActionTypePermissions.Builder allowedAccounts(Collection<String> allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
- Parameters:
allowedAccounts- A list of Amazon Web Services account IDs with access to use the action type in their pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAccounts
ActionTypePermissions.Builder allowedAccounts(String... allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
- Parameters:
allowedAccounts- A list of Amazon Web Services account IDs with access to use the action type in their pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-