public static interface TimestreamDimension.Builder extends SdkPojo, CopyableBuilder<TimestreamDimension.Builder,TimestreamDimension>
| Modifier and Type | Method and Description |
|---|---|
TimestreamDimension.Builder |
name(String name)
The metadata dimension name.
|
TimestreamDimension.Builder |
value(String value)
The value to write in this column of the database record.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestreamDimension.Builder name(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.
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.
TimestreamDimension.Builder value(String value)
The value to write in this column of the database record.
value - The value to write in this column of the database record.Copyright © 2021. All rights reserved.