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