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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #columnGroupColumnSchemaList(List) .columnGroupColumnSchemaList - a consumer that will call methods on List.Builder #columnGroupColumnSchemaList(List) Copyright © 2020. All rights reserved.