Interface DatabaseColumnList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatabaseColumnList.Builder,
,DatabaseColumnList> SdkBuilder<DatabaseColumnList.Builder,
,DatabaseColumnList> SdkPojo
- Enclosing class:
DatabaseColumnList
-
Method Summary
Modifier and TypeMethodDescriptionThe list of column patterns in source database to be excluded for Firehose to read from.exclude
(Collection<String> exclude) The list of column patterns in source database to be excluded for Firehose to read from.The list of column patterns in source database to be included for Firehose to read from.include
(Collection<String> include) The list of column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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.
-