@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimestreamConfig extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
TimestreamConfig() |
Modifier and Type | Method and Description |
---|---|
TimestreamConfig |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionRoleArn()
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.
|
String |
getTimestreamTableArn()
The Amazon Resource Name (ARN) of the Amazon Timestream table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionRoleArn(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.
|
void |
setTimestreamTableArn(String timestreamTableArn)
The Amazon Resource Name (ARN) of the Amazon Timestream table.
|
String |
toString()
Returns a string representation of this object.
|
TimestreamConfig |
withExecutionRoleArn(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 |
withTimestreamTableArn(String timestreamTableArn)
The Amazon Resource Name (ARN) of the Amazon Timestream table.
|
public void setTimestreamTableArn(String timestreamTableArn)
The Amazon Resource Name (ARN) of the Amazon Timestream table.
timestreamTableArn
- The Amazon Resource Name (ARN) of the Amazon Timestream table.public String getTimestreamTableArn()
The Amazon Resource Name (ARN) of the Amazon Timestream table.
public TimestreamConfig withTimestreamTableArn(String timestreamTableArn)
The Amazon Resource Name (ARN) of the Amazon Timestream table.
timestreamTableArn
- The Amazon Resource Name (ARN) of the Amazon Timestream table.public void setExecutionRoleArn(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.
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 String getExecutionRoleArn()
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 withExecutionRoleArn(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.
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 String toString()
toString
in class Object
Object.toString()
public TimestreamConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.