public static interface ColumnIdentifier.Builder extends SdkPojo, CopyableBuilder<ColumnIdentifier.Builder,ColumnIdentifier>
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier.Builder |
columnName(String columnName)
The name of the column.
|
ColumnIdentifier.Builder |
dataSetIdentifier(String dataSetIdentifier)
The data set that the column belongs to.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ColumnIdentifier.Builder dataSetIdentifier(String dataSetIdentifier)
The data set that the column belongs to.
dataSetIdentifier
- The data set that the column belongs to.ColumnIdentifier.Builder columnName(String columnName)
The name of the column.
columnName
- The name of the column.Copyright © 2023. All rights reserved.