Interface CreateLibraryItemRequest.Builder

  • Method Details

    • instanceId

      CreateLibraryItemRequest.Builder instanceId(String instanceId)

      The unique identifier of the Amazon Q Business application environment instance.

      Parameters:
      instanceId - The unique identifier of the Amazon Q Business application environment instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appId

      The unique identifier of the Amazon Q App to publish to the library.

      Parameters:
      appId - The unique identifier of the Amazon Q App to publish to the library.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appVersion

      CreateLibraryItemRequest.Builder appVersion(Integer appVersion)

      The version of the Amazon Q App to publish to the library.

      Parameters:
      appVersion - The version of the Amazon Q App to publish to the library.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • categories

      The categories to associate with the library item for easier discovery.

      Parameters:
      categories - The categories to associate with the library item for easier discovery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • categories

      CreateLibraryItemRequest.Builder categories(String... categories)

      The categories to associate with the library item for easier discovery.

      Parameters:
      categories - The categories to associate with the library item for easier discovery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateLibraryItemRequest.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.