Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.TimestreamConfig.Builder
-
Packages that use TimestreamConfig.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of TimestreamConfig.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return TimestreamConfig.Builder Modifier and Type Method Description static TimestreamConfig.BuilderTimestreamConfig. builder()TimestreamConfig.BuilderTimestreamConfig.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.BuilderTimestreamConfig.Builder. timestreamTableArn(String timestreamTableArn)The Amazon Resource Name (ARN) of the Amazon Timestream table.TimestreamConfig.BuilderTimestreamConfig. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type TimestreamConfig.Builder Modifier and Type Method Description static Class<? extends TimestreamConfig.Builder>TimestreamConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type TimestreamConfig.Builder Modifier and Type Method Description static DataDestinationConfigDataDestinationConfig. fromTimestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)Create an instance of this class withDataDestinationConfig.timestreamConfig()initialized to the given value.default DataDestinationConfig.BuilderDataDestinationConfig.Builder. timestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)The Amazon Timestream table where the campaign sends data.
-