| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static TimestreamAction.Builder |
TimestreamAction.builder() |
TimestreamAction.Builder |
TimestreamAction.Builder.databaseName(String databaseName)
The name of an Amazon Timestream database.
|
TimestreamAction.Builder |
TimestreamAction.Builder.dimensions(Collection<TimestreamDimension> dimensions)
Metadata attributes of the time series that are written in each measure record.
|
TimestreamAction.Builder |
TimestreamAction.Builder.dimensions(Consumer<TimestreamDimension.Builder>... dimensions)
Metadata attributes of the time series that are written in each measure record.
|
TimestreamAction.Builder |
TimestreamAction.Builder.dimensions(TimestreamDimension... dimensions)
Metadata attributes of the time series that are written in each measure record.
|
TimestreamAction.Builder |
TimestreamAction.Builder.roleArn(String roleArn)
The ARN of the role that grants permission to write to the Amazon Timestream database table.
|
TimestreamAction.Builder |
TimestreamAction.Builder.tableName(String tableName)
The name of the database table into which to write the measure records.
|
default TimestreamAction.Builder |
TimestreamAction.Builder.timestamp(Consumer<TimestreamTimestamp.Builder> timestamp)
Specifies an application-defined value to replace the default value assigned to the Timestream record's
timestamp in the
time column. |
TimestreamAction.Builder |
TimestreamAction.Builder.timestamp(TimestreamTimestamp timestamp)
Specifies an application-defined value to replace the default value assigned to the Timestream record's
timestamp in the
time column. |
TimestreamAction.Builder |
TimestreamAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimestreamAction.Builder> |
TimestreamAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.timestream(Consumer<TimestreamAction.Builder> timestream)
The Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table.
|
Copyright © 2021. All rights reserved.