Interface TopicConfigOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TopicConfigOptions.Builder,TopicConfigOptions>,SdkBuilder<TopicConfigOptions.Builder,TopicConfigOptions>,SdkPojo
- Enclosing class:
- TopicConfigOptions
@Mutable @NotThreadSafe public static interface TopicConfigOptions.Builder extends SdkPojo, CopyableBuilder<TopicConfigOptions.Builder,TopicConfigOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicConfigOptions.BuilderqBusinessInsightsEnabled(Boolean qBusinessInsightsEnabled)Enables Amazon Q Business Insights for aTopic.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
qBusinessInsightsEnabled
TopicConfigOptions.Builder qBusinessInsightsEnabled(Boolean qBusinessInsightsEnabled)
Enables Amazon Q Business Insights for a
Topic.- Parameters:
qBusinessInsightsEnabled- Enables Amazon Q Business Insights for aTopic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-