Interface ActionReview.Builder

    • Method Detail

      • pluginId

        ActionReview.Builder pluginId​(String pluginId)

        The identifier of the plugin associated with the action review.

        Parameters:
        pluginId - The identifier of the plugin associated with the action review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pluginType

        ActionReview.Builder pluginType​(String pluginType)

        The type of plugin.

        Parameters:
        pluginType - The type of plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PluginType, PluginType
      • pluginType

        ActionReview.Builder pluginType​(PluginType pluginType)

        The type of plugin.

        Parameters:
        pluginType - The type of plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PluginType, PluginType
      • payload

        ActionReview.Builder payload​(Map<String,​ActionReviewPayloadField> payload)

        Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.

        Parameters:
        payload - Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payloadFieldNameSeparator

        ActionReview.Builder payloadFieldNameSeparator​(String payloadFieldNameSeparator)

        A string used to retain information about the hierarchical contexts within an action review payload.

        Parameters:
        payloadFieldNameSeparator - A string used to retain information about the hierarchical contexts within an action review payload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.