Interface ListPluginActionsRequest.Builder

  • Method Details

    • applicationId

      ListPluginActionsRequest.Builder applicationId(String applicationId)

      The identifier of the Amazon Q Business application the plugin is attached to.

      Parameters:
      applicationId - The identifier of the Amazon Q Business application the plugin is attached to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pluginId

      The identifier of the Amazon Q Business plugin.

      Parameters:
      pluginId - The identifier of the Amazon Q Business plugin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If the number of plugin actions returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.

      Parameters:
      nextToken - If the number of plugin actions returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListPluginActionsRequest.Builder maxResults(Integer maxResults)

      The maximum number of plugin actions to return.

      Parameters:
      maxResults - The maximum number of plugin actions to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListPluginActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.