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