Interface TimestreamConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>,SdkBuilder<TimestreamConfig.Builder,TimestreamConfig>,SdkPojo
- Enclosing class:
- TimestreamConfig
public static interface TimestreamConfig.Builder extends SdkPojo, CopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestreamConfig.BuilderexecutionRoleArn(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.BuildertimestreamTableArn(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, sdkFields
-
-
-
-
Method Detail
-
timestreamTableArn
TimestreamConfig.Builder timestreamTableArn(String 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
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.
- 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.
-
-