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() |
|