public static interface ColumnMetadata.Builder extends SdkPojo, CopyableBuilder<ColumnMetadata.Builder,ColumnMetadata>
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata.Builder |
format(Format format)
The format of the column.
|
ColumnMetadata.Builder |
format(String format)
The format of the column.
|
ColumnMetadata.Builder |
name(String name)
The name of the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnMetadata.Builder name(String name)
The name of the column.
name - The name of the column.ColumnMetadata.Builder format(String format)
The format of the column.
ColumnMetadata.Builder format(Format format)
The format of the column.
Copyright © 2023. All rights reserved.