Interface ActionTypePermissions.Builder

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