Interface DescribeQAppPermissionsResponse.Builder

    • Method Detail

      • resourceArn

        DescribeQAppPermissionsResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the Amazon Q App for which permissions are returned.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the Amazon Q App for which permissions are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appId

        DescribeQAppPermissionsResponse.Builder appId​(String appId)

        The unique identifier of the Amazon Q App for which permissions are returned.

        Parameters:
        appId - The unique identifier of the Amazon Q App for which permissions are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeQAppPermissionsResponse.Builder permissions​(Collection<PermissionOutput> permissions)

        The list of permissions granted for the Amazon Q App.

        Parameters:
        permissions - The list of permissions granted for the Amazon Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeQAppPermissionsResponse.Builder permissions​(PermissionOutput... permissions)

        The list of permissions granted for the Amazon Q App.

        Parameters:
        permissions - The list of permissions granted for the Amazon Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.