Interface AnonymousUserQSearchBarEmbeddingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnonymousUserQSearchBarEmbeddingConfiguration.Builder,,AnonymousUserQSearchBarEmbeddingConfiguration> SdkBuilder<AnonymousUserQSearchBarEmbeddingConfiguration.Builder,,AnonymousUserQSearchBarEmbeddingConfiguration> SdkPojo
- Enclosing class:
AnonymousUserQSearchBarEmbeddingConfiguration
@Mutable
@NotThreadSafe
public static interface AnonymousUserQSearchBarEmbeddingConfiguration.Builder
extends SdkPojo, CopyableBuilder<AnonymousUserQSearchBarEmbeddingConfiguration.Builder,AnonymousUserQSearchBarEmbeddingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninitialTopicId(String initialTopicId) The Quick Sight Q topic ID of the legacy topic that you want the anonymous user to see first.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, sdkFieldNameToField, sdkFields
-
Method Details
-
initialTopicId
The Quick Sight Q topic ID of the legacy 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, Quick Sight renders the Q search bar with this legacy topic pre-selected.
The Amazon Resource Name (ARN) of this Q legacy topic must be included in the
AuthorizedResourceArnsparameter. Otherwise, the request fails with anInvalidParameterValueExceptionerror.- Parameters:
initialTopicId- The Quick Sight Q topic ID of the legacy 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, Quick Sight renders the Q search bar with this legacy topic pre-selected.The Amazon Resource Name (ARN) of this Q legacy topic must be included in the
AuthorizedResourceArnsparameter. Otherwise, the request fails with anInvalidParameterValueExceptionerror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-