public static interface DateTimeDefaultValues.Builder extends SdkPojo, CopyableBuilder<DateTimeDefaultValues.Builder,DateTimeDefaultValues>
| Modifier and Type | Method and Description |
|---|---|
default DateTimeDefaultValues.Builder |
dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the
DataTimeDefaultValues. |
DateTimeDefaultValues.Builder |
dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
DataTimeDefaultValues. |
default DateTimeDefaultValues.Builder |
rollingDate(Consumer<RollingDateConfiguration.Builder> rollingDate)
The rolling date of the
DataTimeDefaultValues. |
DateTimeDefaultValues.Builder |
rollingDate(RollingDateConfiguration rollingDate)
The rolling date of the
DataTimeDefaultValues. |
DateTimeDefaultValues.Builder |
staticValues(Collection<Instant> staticValues)
The static values of the
DataTimeDefaultValues. |
DateTimeDefaultValues.Builder |
staticValues(Instant... staticValues)
The static values of the
DataTimeDefaultValues. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateTimeDefaultValues.Builder dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to
users, groups, and values mapping.
dynamicValue - The dynamic value of the DataTimeDefaultValues. Different defaults are displayed
according to users, groups, and values mapping.default DateTimeDefaultValues.Builder dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to
users, groups, and values mapping.
DynamicDefaultValue.Builder avoiding the
need to create one manually via DynamicDefaultValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dynamicValue(DynamicDefaultValue).
dynamicValue - a consumer that will call methods on DynamicDefaultValue.BuilderdynamicValue(DynamicDefaultValue)DateTimeDefaultValues.Builder staticValues(Collection<Instant> staticValues)
The static values of the DataTimeDefaultValues.
staticValues - The static values of the DataTimeDefaultValues.DateTimeDefaultValues.Builder staticValues(Instant... staticValues)
The static values of the DataTimeDefaultValues.
staticValues - The static values of the DataTimeDefaultValues.DateTimeDefaultValues.Builder rollingDate(RollingDateConfiguration rollingDate)
The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on
input expression.
rollingDate - The rolling date of the DataTimeDefaultValues. The date is determined from the dataset
based on input expression.default DateTimeDefaultValues.Builder rollingDate(Consumer<RollingDateConfiguration.Builder> rollingDate)
The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on
input expression.
RollingDateConfiguration.Builder
avoiding the need to create one manually via RollingDateConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rollingDate(RollingDateConfiguration).
rollingDate - a consumer that will call methods on RollingDateConfiguration.BuilderrollingDate(RollingDateConfiguration)Copyright © 2023. All rights reserved.