Class TimestreamDimension
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.TimestreamDimension
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TimestreamDimension.Builder,TimestreamDimension>
@Generated("software.amazon.awssdk:codegen") public final class TimestreamDimension extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestreamDimension.Builder,TimestreamDimension>
Metadata attributes of the time series that are written in each measure record.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TimestreamDimension.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimestreamDimension.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
name()
The metadata dimension name.List<SdkField<?>>
sdkFields()
static Class<? extends TimestreamDimension.Builder>
serializableBuilderClass()
TimestreamDimension.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
value()
The value to write in this column of the database record.-
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()
The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.
Dimensions cannot be named:
measure_name
,measure_value
, ortime
. These names are reserved. Dimension names cannot start withts_
ormeasure_value
and they cannot contain the colon (:
) character.- Returns:
- The metadata dimension name. This is the name of the column in the Amazon Timestream database table
record.
Dimensions cannot be named:
measure_name
,measure_value
, ortime
. These names are reserved. Dimension names cannot start withts_
ormeasure_value
and they cannot contain the colon (:
) character.
-
value
public final String value()
The value to write in this column of the database record.
- Returns:
- The value to write in this column of the database record.
-
toBuilder
public TimestreamDimension.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TimestreamDimension.Builder,TimestreamDimension>
-
builder
public static TimestreamDimension.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimestreamDimension.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-