@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
TimestreamDimension.Builder |
Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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
, or time
. These
names are reserved. Dimension names cannot start with ts_
or measure_value
and they
cannot contain the colon (:
) character.
Dimensions cannot be named: measure_name
, measure_value
, or time
.
These names are reserved. Dimension names cannot start with ts_
or
measure_value
and they cannot contain the colon (:
) character.
public final String value()
The value to write in this column of the database record.
public TimestreamDimension.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TimestreamDimension.Builder,TimestreamDimension>
public static TimestreamDimension.Builder builder()
public static Class<? extends TimestreamDimension.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.