Class TimestreamConfig
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.TimestreamConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimestreamConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimestreamConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionRoleArn()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)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TimestreamConfig.Builder>serializableBuilderClass()StringtimestreamTableArn()The Amazon Resource Name (ARN) of the Amazon Timestream table.TimestreamConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
timestreamTableArn
public final String timestreamTableArn()
The Amazon Resource Name (ARN) of the Amazon Timestream table.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon Timestream table.
-
executionRoleArn
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.
- Returns:
- 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.
-
toBuilder
public TimestreamConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimestreamConfig.Builder,TimestreamConfig>
-
builder
public static TimestreamConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimestreamConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-