| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static TimestreamConfig.Builder |
TimestreamConfig.builder() |
TimestreamConfig.Builder |
TimestreamConfig.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the task execution role that grants Amazon Web Services IoT FleetWise
permission to deliver data to the Amazon Timestream table.
|
TimestreamConfig.Builder |
TimestreamConfig.Builder.timestreamTableArn(String timestreamTableArn)
The Amazon Resource Name (ARN) of the Amazon Timestream table.
|
TimestreamConfig.Builder |
TimestreamConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimestreamConfig.Builder> |
TimestreamConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static DataDestinationConfig |
DataDestinationConfig.fromTimestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)
Create an instance of this class with
DataDestinationConfig.timestreamConfig() initialized to the given value. |
default DataDestinationConfig.Builder |
DataDestinationConfig.Builder.timestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)
The Amazon Timestream table where the campaign sends data.
|
Copyright © 2023. All rights reserved.