public static interface DateTimeParameterDeclaration.Builder extends SdkPojo, CopyableBuilder<DateTimeParameterDeclaration.Builder,DateTimeParameterDeclaration>
| Modifier and Type | Method and Description |
|---|---|
default DateTimeParameterDeclaration.Builder |
defaultValues(Consumer<DateTimeDefaultValues.Builder> defaultValues)
The default values of a parameter.
|
DateTimeParameterDeclaration.Builder |
defaultValues(DateTimeDefaultValues defaultValues)
The default values of a parameter.
|
DateTimeParameterDeclaration.Builder |
mappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters)
Sets the value of the MappedDataSetParameters property for this object.
|
DateTimeParameterDeclaration.Builder |
mappedDataSetParameters(Consumer<MappedDataSetParameter.Builder>... mappedDataSetParameters)
Sets the value of the MappedDataSetParameters property for this object.
|
DateTimeParameterDeclaration.Builder |
mappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
Sets the value of the MappedDataSetParameters property for this object.
|
DateTimeParameterDeclaration.Builder |
name(String name)
The name of the parameter that is being declared.
|
DateTimeParameterDeclaration.Builder |
timeGranularity(String timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
DateTimeParameterDeclaration.Builder |
timeGranularity(TimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
default DateTimeParameterDeclaration.Builder |
valueWhenUnset(Consumer<DateTimeValueWhenUnsetConfiguration.Builder> valueWhenUnset)
The configuration that defines the default value of a
DateTime parameter when a value has not
been set. |
DateTimeParameterDeclaration.Builder |
valueWhenUnset(DateTimeValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a
DateTime parameter when a value has not
been set. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateTimeParameterDeclaration.Builder name(String name)
The name of the parameter that is being declared.
name - The name of the parameter that is being declared.DateTimeParameterDeclaration.Builder defaultValues(DateTimeDefaultValues defaultValues)
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one
default value can be provided.default DateTimeParameterDeclaration.Builder defaultValues(Consumer<DateTimeDefaultValues.Builder> defaultValues)
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
This is a convenience method that creates an instance of theDateTimeDefaultValues.Builder avoiding
the need to create one manually via DateTimeDefaultValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to defaultValues(DateTimeDefaultValues).
defaultValues - a consumer that will call methods on DateTimeDefaultValues.BuilderdefaultValues(DateTimeDefaultValues)DateTimeParameterDeclaration.Builder timeGranularity(String timeGranularity)
The level of time precision that is used to aggregate DateTime values.
timeGranularity - The level of time precision that is used to aggregate DateTime values.TimeGranularity,
TimeGranularityDateTimeParameterDeclaration.Builder timeGranularity(TimeGranularity timeGranularity)
The level of time precision that is used to aggregate DateTime values.
timeGranularity - The level of time precision that is used to aggregate DateTime values.TimeGranularity,
TimeGranularityDateTimeParameterDeclaration.Builder valueWhenUnset(DateTimeValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a DateTime parameter when a value has not
been set.
valueWhenUnset - The configuration that defines the default value of a DateTime parameter when a value has
not been set.default DateTimeParameterDeclaration.Builder valueWhenUnset(Consumer<DateTimeValueWhenUnsetConfiguration.Builder> valueWhenUnset)
The configuration that defines the default value of a DateTime parameter when a value has not
been set.
DateTimeValueWhenUnsetConfiguration.Builder avoiding the need to create one manually via
DateTimeValueWhenUnsetConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to valueWhenUnset(DateTimeValueWhenUnsetConfiguration).
valueWhenUnset - a consumer that will call methods on DateTimeValueWhenUnsetConfiguration.BuildervalueWhenUnset(DateTimeValueWhenUnsetConfiguration)DateTimeParameterDeclaration.Builder mappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters)
mappedDataSetParameters - The new value for the MappedDataSetParameters property for this object.DateTimeParameterDeclaration.Builder mappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
mappedDataSetParameters - The new value for the MappedDataSetParameters property for this object.DateTimeParameterDeclaration.Builder mappedDataSetParameters(Consumer<MappedDataSetParameter.Builder>... mappedDataSetParameters)
MappedDataSetParameter.Builder avoiding the need to
create one manually via
MappedDataSetParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mappedDataSetParameters(List.
mappedDataSetParameters - a consumer that will call methods on
MappedDataSetParameter.Builder#mappedDataSetParameters(java.util.Collection) Copyright © 2023. All rights reserved.