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