@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataDestinationConfig extends Object implements Serializable, Cloneable, StructuredPojo
The destination where the Amazon Web Services IoT FleetWise campaign sends data. You can send data to be stored in Amazon S3 or Amazon Timestream.
Constructor and Description |
---|
DataDestinationConfig() |
Modifier and Type | Method and Description |
---|---|
DataDestinationConfig |
clone() |
boolean |
equals(Object obj) |
S3Config |
getS3Config()
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
TimestreamConfig |
getTimestreamConfig()
The Amazon Timestream table where the campaign sends data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
void |
setTimestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
|
String |
toString()
Returns a string representation of this object.
|
DataDestinationConfig |
withS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
DataDestinationConfig |
withTimestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
|
public void setS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
s3Config
- The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.public S3Config getS3Config()
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
public DataDestinationConfig withS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
s3Config
- The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.public void setTimestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
timestreamConfig
- The Amazon Timestream table where the campaign sends data.public TimestreamConfig getTimestreamConfig()
The Amazon Timestream table where the campaign sends data.
public DataDestinationConfig withTimestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
timestreamConfig
- The Amazon Timestream table where the campaign sends data.public String toString()
toString
in class Object
Object.toString()
public DataDestinationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.