Interface DateMeasureField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DateMeasureField.Builder,
,DateMeasureField> SdkBuilder<DateMeasureField.Builder,
,DateMeasureField> SdkPojo
- Enclosing class:
DateMeasureField
@Mutable
@NotThreadSafe
public static interface DateMeasureField.Builder
extends SdkPojo, CopyableBuilder<DateMeasureField.Builder,DateMeasureField>
-
Method Summary
Modifier and TypeMethodDescriptionaggregationFunction
(String aggregationFunction) The aggregation function of the measure field.aggregationFunction
(DateAggregationFunction aggregationFunction) The aggregation function of the measure field.default DateMeasureField.Builder
column
(Consumer<ColumnIdentifier.Builder> column) The column that is used in theDateMeasureField
.column
(ColumnIdentifier column) The column that is used in theDateMeasureField
.The custom field ID.default DateMeasureField.Builder
formatConfiguration
(Consumer<DateTimeFormatConfiguration.Builder> formatConfiguration) The format configuration of the field.formatConfiguration
(DateTimeFormatConfiguration formatConfiguration) The format configuration of the field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldId
The custom field ID.
- Parameters:
fieldId
- The custom field ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The column that is used in the
DateMeasureField
.- Parameters:
column
- The column that is used in theDateMeasureField
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The column that is used in the
This is a convenience method that creates an instance of theDateMeasureField
.ColumnIdentifier.Builder
avoiding the need to create one manually viaColumnIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolumn(ColumnIdentifier)
.- Parameters:
column
- a consumer that will call methods onColumnIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationFunction
The aggregation function of the measure field.
- Parameters:
aggregationFunction
- The aggregation function of the measure field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationFunction
The aggregation function of the measure field.
- Parameters:
aggregationFunction
- The aggregation function of the measure field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
formatConfiguration
The format configuration of the field.
- Parameters:
formatConfiguration
- The format configuration of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatConfiguration
default DateMeasureField.Builder formatConfiguration(Consumer<DateTimeFormatConfiguration.Builder> formatConfiguration) The format configuration of the field.
This is a convenience method that creates an instance of theDateTimeFormatConfiguration.Builder
avoiding the need to create one manually viaDateTimeFormatConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toformatConfiguration(DateTimeFormatConfiguration)
.- Parameters:
formatConfiguration
- a consumer that will call methods onDateTimeFormatConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-