Class DimensionMapping
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DimensionMapping.Builder,DimensionMapping>
@Generated("software.amazon.awssdk:codegen") public final class DimensionMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DimensionMapping.Builder,DimensionMapping>
This type is used to map column(s) from the query result to a dimension in the destination table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDimensionMapping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DimensionMapping.Builderbuilder()DimensionValueTypedimensionValueType()Type for the dimension.StringdimensionValueTypeAsString()Type for the dimension.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()Column name from query result.List<SdkField<?>>sdkFields()static Class<? extends DimensionMapping.Builder>serializableBuilderClass()DimensionMapping.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
-
name
public final String name()
Column name from query result.
- Returns:
- Column name from query result.
-
dimensionValueType
public final DimensionValueType dimensionValueType()
Type for the dimension.
If the service returns an enum value that is not available in the current SDK version,
dimensionValueTypewill returnDimensionValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdimensionValueTypeAsString().- Returns:
- Type for the dimension.
- See Also:
DimensionValueType
-
dimensionValueTypeAsString
public final String dimensionValueTypeAsString()
Type for the dimension.
If the service returns an enum value that is not available in the current SDK version,
dimensionValueTypewill returnDimensionValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdimensionValueTypeAsString().- Returns:
- Type for the dimension.
- See Also:
DimensionValueType
-
toBuilder
public DimensionMapping.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DimensionMapping.Builder,DimensionMapping>
-
builder
public static DimensionMapping.Builder builder()
-
serializableBuilderClass
public static Class<? extends DimensionMapping.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.
-
-