Interface TimestreamConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestreamConfig.Builder,
,TimestreamConfig> SdkBuilder<TimestreamConfig.Builder,
,TimestreamConfig> SdkPojo
- Enclosing class:
TimestreamConfig
@Mutable
@NotThreadSafe
public static interface TimestreamConfig.Builder
extends SdkPojo, CopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionRoleArn
(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.timestreamTableArn
(String timestreamTableArn) The Amazon Resource Name (ARN) of the Amazon Timestream table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
timestreamTableArn
The Amazon Resource Name (ARN) of the Amazon Timestream table.
- Parameters:
timestreamTableArn
- The Amazon Resource Name (ARN) of the Amazon Timestream table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-