@Generated(value="software.amazon.awssdk:codegen") public final class TimestreamConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>
The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data. Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see Data modeling in the Amazon Timestream Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestreamConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimestreamConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimestreamConfig.Builder> |
serializableBuilderClass() |
String |
timestreamTableArn()
The Amazon Resource Name (ARN) of the Amazon Timestream table.
|
TimestreamConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String timestreamTableArn()
The Amazon Resource Name (ARN) of the Amazon Timestream table.
public final 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.
public TimestreamConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>public static TimestreamConfig.Builder builder()
public static Class<? extends TimestreamConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.