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