@Generated(value="software.amazon.awssdk:codegen") public final class DateMeasureField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateMeasureField.Builder,DateMeasureField>
The measure type field with date type columns.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateMeasureField.Builder |
| Modifier and Type | Method and Description |
|---|---|
DateAggregationFunction |
aggregationFunction()
The aggregation function of the measure field.
|
String |
aggregationFunctionAsString()
The aggregation function of the measure field.
|
static DateMeasureField.Builder |
builder() |
ColumnIdentifier |
column()
The column that is used in the
DateMeasureField. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The custom field ID.
|
DateTimeFormatConfiguration |
formatConfiguration()
The format configuration of the field.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DateMeasureField.Builder> |
serializableBuilderClass() |
DateMeasureField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldId()
The custom field ID.
public final ColumnIdentifier column()
The column that is used in the DateMeasureField.
DateMeasureField.public final DateAggregationFunction aggregationFunction()
The aggregation function of the measure field.
If the service returns an enum value that is not available in the current SDK version,
aggregationFunction will return DateAggregationFunction.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from aggregationFunctionAsString().
DateAggregationFunctionpublic final String aggregationFunctionAsString()
The aggregation function of the measure field.
If the service returns an enum value that is not available in the current SDK version,
aggregationFunction will return DateAggregationFunction.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from aggregationFunctionAsString().
DateAggregationFunctionpublic final DateTimeFormatConfiguration formatConfiguration()
The format configuration of the field.
public DateMeasureField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DateMeasureField.Builder,DateMeasureField>public static DateMeasureField.Builder builder()
public static Class<? extends DateMeasureField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.