@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceFlowConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SourceFlowConfig() |
public void setConnectorProfileName(String connectorProfileName)
connectorProfileName
- public String getConnectorProfileName()
public SourceFlowConfig withConnectorProfileName(String connectorProfileName)
connectorProfileName
- public void setConnectorType(String connectorType)
connectorType
- SourceConnectorType
public String getConnectorType()
SourceConnectorType
public SourceFlowConfig withConnectorType(String connectorType)
connectorType
- SourceConnectorType
public SourceFlowConfig withConnectorType(SourceConnectorType connectorType)
connectorType
- SourceConnectorType
public void setIncrementalPullConfig(IncrementalPullConfig incrementalPullConfig)
incrementalPullConfig
- public IncrementalPullConfig getIncrementalPullConfig()
public SourceFlowConfig withIncrementalPullConfig(IncrementalPullConfig incrementalPullConfig)
incrementalPullConfig
- public void setSourceConnectorProperties(SourceConnectorProperties sourceConnectorProperties)
sourceConnectorProperties
- public SourceConnectorProperties getSourceConnectorProperties()
public SourceFlowConfig withSourceConnectorProperties(SourceConnectorProperties sourceConnectorProperties)
sourceConnectorProperties
- public String toString()
toString
in class Object
Object.toString()
public SourceFlowConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.