Interface DatabaseTableList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatabaseTableList.Builder,
,DatabaseTableList> SdkBuilder<DatabaseTableList.Builder,
,DatabaseTableList> SdkPojo
- Enclosing class:
DatabaseTableList
-
Method Summary
Modifier and TypeMethodDescriptionThe list of table patterns in source database endpoint to be excluded for Firehose to read from.exclude
(Collection<String> exclude) The list of table patterns in source database endpoint to be excluded for Firehose to read from.The list of table patterns in source database endpoint to be included for Firehose to read from.include
(Collection<String> include) The list of table patterns in source database endpoint to be included for Firehose to read from.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
include
The list of table patterns in source database endpoint to be included for Firehose to read from.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
include
- The list of table patterns in source database endpoint to be included for Firehose to read from.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
The list of table patterns in source database endpoint to be included for Firehose to read from.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
include
- The list of table patterns in source database endpoint to be included for Firehose to read from.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclude
The list of table patterns in source database endpoint to be excluded for Firehose to read from.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
exclude
- The list of table patterns in source database endpoint to be excluded for Firehose to read from.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclude
The list of table patterns in source database endpoint to be excluded for Firehose to read from.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
exclude
- The list of table patterns in source database endpoint to be excluded for Firehose to read from.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-