public static interface UnaggregatedField.Builder extends SdkPojo, CopyableBuilder<UnaggregatedField.Builder,UnaggregatedField>
| Modifier and Type | Method and Description |
|---|---|
UnaggregatedField.Builder |
column(ColumnIdentifier column)
The column that is used in the
UnaggregatedField. |
default UnaggregatedField.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the
UnaggregatedField. |
UnaggregatedField.Builder |
fieldId(String fieldId)
The custom field ID.
|
default UnaggregatedField.Builder |
formatConfiguration(Consumer<FormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
|
UnaggregatedField.Builder |
formatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of the field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnaggregatedField.Builder fieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.UnaggregatedField.Builder column(ColumnIdentifier column)
The column that is used in the UnaggregatedField.
column - The column that is used in the UnaggregatedField.default UnaggregatedField.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the UnaggregatedField.
ColumnIdentifier.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)UnaggregatedField.Builder formatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.default UnaggregatedField.Builder formatConfiguration(Consumer<FormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
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)Copyright © 2023. All rights reserved.