Interface CustomPermissions.Builder

    • Method Detail

      • arn

        CustomPermissions.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the custom permissions profile.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the custom permissions profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customPermissionsName

        CustomPermissions.Builder customPermissionsName​(String customPermissionsName)

        The name of the custom permissions profile.

        Parameters:
        customPermissionsName - The name of the custom permissions profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        CustomPermissions.Builder capabilities​(Capabilities capabilities)

        A set of actions in the custom permissions profile.

        Parameters:
        capabilities - A set of actions in the custom permissions profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.