Interface AssetBundleResourcePermissions.Builder

    • Method Detail

      • principals

        AssetBundleResourcePermissions.Builder principals​(Collection<String> principals)

        A list of principals to grant permissions on.

        Parameters:
        principals - A list of principals to grant permissions on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principals

        AssetBundleResourcePermissions.Builder principals​(String... principals)

        A list of principals to grant permissions on.

        Parameters:
        principals - A list of principals to grant permissions on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        AssetBundleResourcePermissions.Builder actions​(Collection<String> actions)

        A list of IAM actions to grant permissions on.

        Parameters:
        actions - A list of IAM actions to grant permissions on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        AssetBundleResourcePermissions.Builder actions​(String... actions)

        A list of IAM actions to grant permissions on.

        Parameters:
        actions - A list of IAM actions to grant permissions on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.