Class CfnDeliveryStream.PartitionSpecProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.PartitionSpecProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.PartitionSpecProperty>
- Enclosing interface:
CfnDeliveryStream.PartitionSpecProperty
@Stability(Stable)
public static final class CfnDeliveryStream.PartitionSpecProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.PartitionSpecProperty>
A builder for
CfnDeliveryStream.PartitionSpecProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDeliveryStream.PartitionSpecProperty.getIdentity()
identity
(IResolvable identity) Sets the value ofCfnDeliveryStream.PartitionSpecProperty.getIdentity()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identity
@Stability(Stable) public CfnDeliveryStream.PartitionSpecProperty.Builder identity(IResolvable identity) Sets the value ofCfnDeliveryStream.PartitionSpecProperty.getIdentity()
- Parameters:
identity
- List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
identity
@Stability(Stable) public CfnDeliveryStream.PartitionSpecProperty.Builder identity(List<? extends Object> identity) Sets the value ofCfnDeliveryStream.PartitionSpecProperty.getIdentity()
- Parameters:
identity
- List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.PartitionSpecProperty>
- Returns:
- a new instance of
CfnDeliveryStream.PartitionSpecProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-