Class MultiMeasureAttributeMapping
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>
@Generated("software.amazon.awssdk:codegen") public final class MultiMeasureAttributeMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>
Attribute mapping for MULTI value measures.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMultiMeasureAttributeMapping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultiMeasureAttributeMapping.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScalarMeasureValueTypemeasureValueType()Type of the attribute to be read from the source column.StringmeasureValueTypeAsString()Type of the attribute to be read from the source column.List<SdkField<?>>sdkFields()static Class<? extends MultiMeasureAttributeMapping.Builder>serializableBuilderClass()StringsourceColumn()Source column from where the attribute value is to be read.StringtargetMultiMeasureAttributeName()Custom name to be used for attribute name in derived table.MultiMeasureAttributeMapping.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sourceColumn
public final String sourceColumn()
Source column from where the attribute value is to be read.
- Returns:
- Source column from where the attribute value is to be read.
-
targetMultiMeasureAttributeName
public final String targetMultiMeasureAttributeName()
Custom name to be used for attribute name in derived table. If not provided, source column name would be used.
- Returns:
- Custom name to be used for attribute name in derived table. If not provided, source column name would be used.
-
measureValueType
public final ScalarMeasureValueType measureValueType()
Type of the attribute to be read from the source column.
If the service returns an enum value that is not available in the current SDK version,
measureValueTypewill returnScalarMeasureValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommeasureValueTypeAsString().- Returns:
- Type of the attribute to be read from the source column.
- See Also:
ScalarMeasureValueType
-
measureValueTypeAsString
public final String measureValueTypeAsString()
Type of the attribute to be read from the source column.
If the service returns an enum value that is not available in the current SDK version,
measureValueTypewill returnScalarMeasureValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommeasureValueTypeAsString().- Returns:
- Type of the attribute to be read from the source column.
- See Also:
ScalarMeasureValueType
-
toBuilder
public MultiMeasureAttributeMapping.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>
-
builder
public static MultiMeasureAttributeMapping.Builder builder()
-
serializableBuilderClass
public static Class<? extends MultiMeasureAttributeMapping.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-