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 Details

    • 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.