public static interface ColumnGroupSchema.Builder extends SdkPojo, CopyableBuilder<ColumnGroupSchema.Builder,ColumnGroupSchema>
| Modifier and Type | Method and Description |
|---|---|
ColumnGroupSchema.Builder |
columnGroupColumnSchemaList(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
|
ColumnGroupSchema.Builder |
columnGroupColumnSchemaList(ColumnGroupColumnSchema... columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
|
ColumnGroupSchema.Builder |
columnGroupColumnSchemaList(Consumer<ColumnGroupColumnSchema.Builder>... columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
|
ColumnGroupSchema.Builder |
name(String name)
The name of the column group schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnGroupSchema.Builder name(String name)
The name of the column group schema.
name - The name of the column group schema.ColumnGroupSchema.Builder columnGroupColumnSchemaList(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
columnGroupColumnSchemaList - A structure containing the list of schemas for column group columns.ColumnGroupSchema.Builder columnGroupColumnSchemaList(ColumnGroupColumnSchema... columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
columnGroupColumnSchemaList - A structure containing the list of schemas for column group columns.ColumnGroupSchema.Builder columnGroupColumnSchemaList(Consumer<ColumnGroupColumnSchema.Builder>... columnGroupColumnSchemaList)
A structure containing the list of schemas for column group columns.
This is a convenience method that creates an instance of theColumnGroupColumnSchema.Builder avoiding the need to
create one manually via
ColumnGroupColumnSchema.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #columnGroupColumnSchemaList(List.
columnGroupColumnSchemaList - a consumer that will call methods on
ColumnGroupColumnSchema.Builder#columnGroupColumnSchemaList(java.util.Collection) Copyright © 2023. All rights reserved.