@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceConfigurationOutput extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the data source.
| Constructor and Description |
|---|
DataSourceConfigurationOutput() |
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfigurationOutput |
clone() |
boolean |
equals(Object obj) |
GlueRunConfigurationOutput |
getGlueRunConfiguration()
The configuration of the Amazon Web Services Glue data source.
|
RedshiftRunConfigurationOutput |
getRedshiftRunConfiguration()
The configuration of the Amazon Redshift data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
|
void |
setRedshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceConfigurationOutput |
withGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
|
DataSourceConfigurationOutput |
withRedshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
|
public void setGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
glueRunConfiguration - The configuration of the Amazon Web Services Glue data source.public GlueRunConfigurationOutput getGlueRunConfiguration()
The configuration of the Amazon Web Services Glue data source.
public DataSourceConfigurationOutput withGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
glueRunConfiguration - The configuration of the Amazon Web Services Glue data source.public void setRedshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
redshiftRunConfiguration - The configuration of the Amazon Redshift data source.public RedshiftRunConfigurationOutput getRedshiftRunConfiguration()
The configuration of the Amazon Redshift data source.
public DataSourceConfigurationOutput withRedshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
redshiftRunConfiguration - The configuration of the Amazon Redshift data source.public String toString()
toString in class ObjectObject.toString()public DataSourceConfigurationOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.