@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelationalFilterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The relational filter configuration for the data source.
Constructor and Description |
---|
RelationalFilterConfiguration() |
Modifier and Type | Method and Description |
---|---|
RelationalFilterConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The database name specified in the relational filter configuration for the data source.
|
List<FilterExpression> |
getFilterExpressions()
The filter expressions specified in the relational filter configuration for the data source.
|
String |
getSchemaName()
The schema name specified in the relational filter configuration for the data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseName(String databaseName)
The database name specified in the relational filter configuration for the data source.
|
void |
setFilterExpressions(Collection<FilterExpression> filterExpressions)
The filter expressions specified in the relational filter configuration for the data source.
|
void |
setSchemaName(String schemaName)
The schema name specified in the relational filter configuration for the data source.
|
String |
toString()
Returns a string representation of this object.
|
RelationalFilterConfiguration |
withDatabaseName(String databaseName)
The database name specified in the relational filter configuration for the data source.
|
RelationalFilterConfiguration |
withFilterExpressions(Collection<FilterExpression> filterExpressions)
The filter expressions specified in the relational filter configuration for the data source.
|
RelationalFilterConfiguration |
withFilterExpressions(FilterExpression... filterExpressions)
The filter expressions specified in the relational filter configuration for the data source.
|
RelationalFilterConfiguration |
withSchemaName(String schemaName)
The schema name specified in the relational filter configuration for the data source.
|
public void setDatabaseName(String databaseName)
The database name specified in the relational filter configuration for the data source.
databaseName
- The database name specified in the relational filter configuration for the data source.public String getDatabaseName()
The database name specified in the relational filter configuration for the data source.
public RelationalFilterConfiguration withDatabaseName(String databaseName)
The database name specified in the relational filter configuration for the data source.
databaseName
- The database name specified in the relational filter configuration for the data source.public List<FilterExpression> getFilterExpressions()
The filter expressions specified in the relational filter configuration for the data source.
public void setFilterExpressions(Collection<FilterExpression> filterExpressions)
The filter expressions specified in the relational filter configuration for the data source.
filterExpressions
- The filter expressions specified in the relational filter configuration for the data source.public RelationalFilterConfiguration withFilterExpressions(FilterExpression... filterExpressions)
The filter expressions specified in the relational filter configuration for the data source.
NOTE: This method appends the values to the existing list (if any). Use
setFilterExpressions(java.util.Collection)
or withFilterExpressions(java.util.Collection)
if
you want to override the existing values.
filterExpressions
- The filter expressions specified in the relational filter configuration for the data source.public RelationalFilterConfiguration withFilterExpressions(Collection<FilterExpression> filterExpressions)
The filter expressions specified in the relational filter configuration for the data source.
filterExpressions
- The filter expressions specified in the relational filter configuration for the data source.public void setSchemaName(String schemaName)
The schema name specified in the relational filter configuration for the data source.
schemaName
- The schema name specified in the relational filter configuration for the data source.public String getSchemaName()
The schema name specified in the relational filter configuration for the data source.
public RelationalFilterConfiguration withSchemaName(String schemaName)
The schema name specified in the relational filter configuration for the data source.
schemaName
- The schema name specified in the relational filter configuration for the data source.public String toString()
toString
in class Object
Object.toString()
public RelationalFilterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.