Class CfnDeliveryStream.DatabaseTablesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DatabaseTablesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.DatabaseTablesProperty>
- Enclosing interface:
CfnDeliveryStream.DatabaseTablesProperty
@Stability(Stable)
public static final class CfnDeliveryStream.DatabaseTablesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.DatabaseTablesProperty>
A builder for
CfnDeliveryStream.DatabaseTablesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDeliveryStream.DatabaseTablesProperty.getExclude()Sets the value ofCfnDeliveryStream.DatabaseTablesProperty.getInclude()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exclude
@Stability(Stable) public CfnDeliveryStream.DatabaseTablesProperty.Builder exclude(List<String> exclude) Sets the value ofCfnDeliveryStream.DatabaseTablesProperty.getExclude()- Parameters:
exclude- the value to be set.- Returns:
this
-
include
@Stability(Stable) public CfnDeliveryStream.DatabaseTablesProperty.Builder include(List<String> include) Sets the value ofCfnDeliveryStream.DatabaseTablesProperty.getInclude()- Parameters:
include- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.DatabaseTablesProperty>- Returns:
- a new instance of
CfnDeliveryStream.DatabaseTablesProperty - Throws:
NullPointerException- if any required attribute was not provided
-