Interface RegisteredUserQSearchBarEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserQSearchBarEmbeddingConfiguration.Builder,RegisteredUserQSearchBarEmbeddingConfiguration>,SdkBuilder<RegisteredUserQSearchBarEmbeddingConfiguration.Builder,RegisteredUserQSearchBarEmbeddingConfiguration>,SdkPojo
- Enclosing class:
- RegisteredUserQSearchBarEmbeddingConfiguration
public static interface RegisteredUserQSearchBarEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserQSearchBarEmbeddingConfiguration.Builder,RegisteredUserQSearchBarEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisteredUserQSearchBarEmbeddingConfiguration.BuilderinitialTopicId(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
initialTopicId
RegisteredUserQSearchBarEmbeddingConfiguration.Builder initialTopicId(String 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.
-
-