Interface AnonymousUserQSearchBarEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AnonymousUserQSearchBarEmbeddingConfiguration.Builder,AnonymousUserQSearchBarEmbeddingConfiguration>
,SdkBuilder<AnonymousUserQSearchBarEmbeddingConfiguration.Builder,AnonymousUserQSearchBarEmbeddingConfiguration>
,SdkPojo
- Enclosing class:
- AnonymousUserQSearchBarEmbeddingConfiguration
public static interface AnonymousUserQSearchBarEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<AnonymousUserQSearchBarEmbeddingConfiguration.Builder,AnonymousUserQSearchBarEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnonymousUserQSearchBarEmbeddingConfiguration.Builder
initialTopicId(String initialTopicId)
The QuickSight Q topic ID of the topic that you want the anonymous user to see first.-
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
AnonymousUserQSearchBarEmbeddingConfiguration.Builder initialTopicId(String initialTopicId)
The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail withInvalidParameterValueException
.- Parameters:
initialTopicId
- The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.The Amazon Resource Name (ARN) of this Q topic must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail withInvalidParameterValueException
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-