Interface UpdateQAppPermissionsResponse.Builder

    • Method Detail

      • resourceArn

        UpdateQAppPermissionsResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the Amazon Q App for which permissions were updated.

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

        UpdateQAppPermissionsResponse.Builder appId​(String appId)

        The unique identifier of the Amazon Q App for which permissions were updated.

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

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

        The updated list of permissions for the Amazon Q App.

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

        UpdateQAppPermissionsResponse.Builder permissions​(PermissionOutput... permissions)

        The updated list of permissions for the Amazon Q App.

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