@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration used for writing the output of a query.
| Constructor and Description | 
|---|
TargetConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
TargetConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
TimestreamConfiguration | 
getTimestreamConfiguration()
 Configuration needed to write data into the Timestream database and table. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
 Configuration needed to write data into the Timestream database and table. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TargetConfiguration | 
withTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
 Configuration needed to write data into the Timestream database and table. 
 | 
public void setTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
timestreamConfiguration - Configuration needed to write data into the Timestream database and table.public TimestreamConfiguration getTimestreamConfiguration()
Configuration needed to write data into the Timestream database and table.
public TargetConfiguration withTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
timestreamConfiguration - Configuration needed to write data into the Timestream database and table.public String toString()
toString in class ObjectObject.toString()public TargetConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.