public static interface ColumnConfiguration.Builder extends SdkPojo, CopyableBuilder<ColumnConfiguration.Builder,ColumnConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ColumnConfiguration.Builder |
colorsConfiguration(ColorsConfiguration colorsConfiguration)
The color configurations of the column.
|
default ColumnConfiguration.Builder |
colorsConfiguration(Consumer<ColorsConfiguration.Builder> colorsConfiguration)
The color configurations of the column.
|
ColumnConfiguration.Builder |
column(ColumnIdentifier column)
The column.
|
default ColumnConfiguration.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column.
|
default ColumnConfiguration.Builder |
formatConfiguration(Consumer<FormatConfiguration.Builder> formatConfiguration)
The format configuration of a column.
|
ColumnConfiguration.Builder |
formatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of a column.
|
ColumnConfiguration.Builder |
role(ColumnRole role)
The role of the column.
|
ColumnConfiguration.Builder |
role(String role)
The role of the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnConfiguration.Builder column(ColumnIdentifier column)
The column.
column - The column.default ColumnConfiguration.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to column(ColumnIdentifier).
column - a consumer that will call methods on ColumnIdentifier.Buildercolumn(ColumnIdentifier)ColumnConfiguration.Builder formatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of a column.
formatConfiguration - The format configuration of a column.default ColumnConfiguration.Builder formatConfiguration(Consumer<FormatConfiguration.Builder> formatConfiguration)
The format configuration of a column.
This is a convenience method that creates an instance of theFormatConfiguration.Builder avoiding the
need to create one manually via FormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to formatConfiguration(FormatConfiguration).
formatConfiguration - a consumer that will call methods on FormatConfiguration.BuilderformatConfiguration(FormatConfiguration)ColumnConfiguration.Builder role(String role)
The role of the column.
role - The role of the column.ColumnRole,
ColumnRoleColumnConfiguration.Builder role(ColumnRole role)
The role of the column.
role - The role of the column.ColumnRole,
ColumnRoleColumnConfiguration.Builder colorsConfiguration(ColorsConfiguration colorsConfiguration)
The color configurations of the column.
colorsConfiguration - The color configurations of the column.default ColumnConfiguration.Builder colorsConfiguration(Consumer<ColorsConfiguration.Builder> colorsConfiguration)
The color configurations of the column.
This is a convenience method that creates an instance of theColorsConfiguration.Builder avoiding the
need to create one manually via ColorsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to colorsConfiguration(ColorsConfiguration).
colorsConfiguration - a consumer that will call methods on ColorsConfiguration.BuildercolorsConfiguration(ColorsConfiguration)Copyright © 2023. All rights reserved.