public static interface DataSetConfiguration.Builder extends SdkPojo, CopyableBuilder<DataSetConfiguration.Builder,DataSetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DataSetConfiguration.Builder |
columnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
A structure containing the list of column group schemas.
|
DataSetConfiguration.Builder |
columnGroupSchemaList(ColumnGroupSchema... columnGroupSchemaList)
A structure containing the list of column group schemas.
|
DataSetConfiguration.Builder |
columnGroupSchemaList(Consumer<ColumnGroupSchema.Builder>... columnGroupSchemaList)
A structure containing the list of column group schemas.
|
default DataSetConfiguration.Builder |
dataSetSchema(Consumer<DataSetSchema.Builder> dataSetSchema)
Dataset schema.
|
DataSetConfiguration.Builder |
dataSetSchema(DataSetSchema dataSetSchema)
Dataset schema.
|
DataSetConfiguration.Builder |
placeholder(String placeholder)
Placeholder.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSetConfiguration.Builder placeholder(String placeholder)
Placeholder.
placeholder - Placeholder.DataSetConfiguration.Builder dataSetSchema(DataSetSchema dataSetSchema)
Dataset schema.
dataSetSchema - Dataset schema.default DataSetConfiguration.Builder dataSetSchema(Consumer<DataSetSchema.Builder> dataSetSchema)
Dataset schema.
This is a convenience method that creates an instance of theDataSetSchema.Builder avoiding the need
to create one manually via DataSetSchema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataSetSchema(DataSetSchema).
dataSetSchema - a consumer that will call methods on DataSetSchema.BuilderdataSetSchema(DataSetSchema)DataSetConfiguration.Builder columnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
A structure containing the list of column group schemas.
columnGroupSchemaList - A structure containing the list of column group schemas.DataSetConfiguration.Builder columnGroupSchemaList(ColumnGroupSchema... columnGroupSchemaList)
A structure containing the list of column group schemas.
columnGroupSchemaList - A structure containing the list of column group schemas.DataSetConfiguration.Builder columnGroupSchemaList(Consumer<ColumnGroupSchema.Builder>... columnGroupSchemaList)
A structure containing the list of column group schemas.
This is a convenience method that creates an instance of theColumnGroupSchema.Builder avoiding the need to
create one manually via ColumnGroupSchema.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #columnGroupSchemaList(List.
columnGroupSchemaList - a consumer that will call methods on
ColumnGroupSchema.Builder#columnGroupSchemaList(java.util.Collection) Copyright © 2023. All rights reserved.