public static interface DateTimeFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<DateTimeFormatConfiguration.Builder,DateTimeFormatConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatConfiguration.Builder |
dateTimeFormat(String dateTimeFormat)
Determines the
DateTime format. |
default DateTimeFormatConfiguration.Builder |
nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
DateTimeFormatConfiguration.Builder |
nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
|
default DateTimeFormatConfiguration.Builder |
numericFormatConfiguration(Consumer<NumericFormatConfiguration.Builder> numericFormatConfiguration)
The formatting configuration for numeric
DateTime fields. |
DateTimeFormatConfiguration.Builder |
numericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric
DateTime fields. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateTimeFormatConfiguration.Builder dateTimeFormat(String dateTimeFormat)
Determines the DateTime format.
dateTimeFormat - Determines the DateTime format.DateTimeFormatConfiguration.Builder nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.default DateTimeFormatConfiguration.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)DateTimeFormatConfiguration.Builder numericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric DateTime fields.
numericFormatConfiguration - The formatting configuration for numeric DateTime fields.default DateTimeFormatConfiguration.Builder numericFormatConfiguration(Consumer<NumericFormatConfiguration.Builder> numericFormatConfiguration)
The formatting configuration for numeric DateTime fields.
NumericFormatConfiguration.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.