public static interface StringFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<StringFormatConfiguration.Builder,StringFormatConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default StringFormatConfiguration.Builder |
nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
StringFormatConfiguration.Builder |
nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
default StringFormatConfiguration.Builder |
numericFormatConfiguration(Consumer<NumericFormatConfiguration.Builder> numericFormatConfiguration)
The formatting configuration for numeric strings.
|
StringFormatConfiguration.Builder |
numericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric strings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStringFormatConfiguration.Builder nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.default StringFormatConfiguration.Builder nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
This is a convenience method that creates an instance of theNullValueFormatConfiguration.Builder
avoiding the need to create one manually via NullValueFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to nullValueFormatConfiguration(NullValueFormatConfiguration).
nullValueFormatConfiguration - a consumer that will call methods on NullValueFormatConfiguration.BuildernullValueFormatConfiguration(NullValueFormatConfiguration)StringFormatConfiguration.Builder numericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric strings.
numericFormatConfiguration - The formatting configuration for numeric strings.default StringFormatConfiguration.Builder numericFormatConfiguration(Consumer<NumericFormatConfiguration.Builder> numericFormatConfiguration)
The formatting configuration for numeric strings.
This is a convenience method that creates an instance of theNumericFormatConfiguration.Builder
avoiding the need to create one manually via NumericFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to numericFormatConfiguration(NumericFormatConfiguration).
numericFormatConfiguration - a consumer that will call methods on NumericFormatConfiguration.BuildernumericFormatConfiguration(NumericFormatConfiguration)Copyright © 2023. All rights reserved.