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 Details

    • 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.