Interface RegisteredUserQSearchBarEmbeddingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserQSearchBarEmbeddingConfiguration.Builder,,RegisteredUserQSearchBarEmbeddingConfiguration> SdkBuilder<RegisteredUserQSearchBarEmbeddingConfiguration.Builder,,RegisteredUserQSearchBarEmbeddingConfiguration> SdkPojo
- Enclosing class:
RegisteredUserQSearchBarEmbeddingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioninitialTopicId(String initialTopicId) The ID of the Q topic that you want to make the starting topic in the Q search bar.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
initialTopicId
The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.
If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.
- Parameters:
initialTopicId- The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-