Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.QueryGenerationColumn.Builder
Packages that use QueryGenerationColumn.Builder
-
Uses of QueryGenerationColumn.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return QueryGenerationColumn.BuilderModifier and TypeMethodDescriptionQueryGenerationColumn.builder()QueryGenerationColumn.Builder.description(String description) A description of the column that helps the query engine understand the contents of the column.Specifies whether to include or exclude the column during query generation.QueryGenerationColumn.Builder.inclusion(IncludeExclude inclusion) Specifies whether to include or exclude the column during query generation.The name of the column for which the other fields in this object apply.QueryGenerationColumn.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type QueryGenerationColumn.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryGenerationColumn.Builder>QueryGenerationColumn.serializableBuilderClass()