Class CfnDeliveryStreamPropsMixin.PartitionFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.PartitionFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.PartitionFieldProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.PartitionFieldProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.PartitionFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.PartitionFieldProperty>
A builder for
CfnDeliveryStreamPropsMixin.PartitionFieldProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceName(String sourceName) Sets the value ofCfnDeliveryStreamPropsMixin.PartitionFieldProperty.getSourceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.PartitionFieldProperty.Builder sourceName(String sourceName) Sets the value ofCfnDeliveryStreamPropsMixin.PartitionFieldProperty.getSourceName()- Parameters:
sourceName- The column name to be configured in partition spec. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.PartitionFieldProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.PartitionFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-