Class CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dynamodb.mixins.CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty>
- Enclosing interface:
CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty
@Stability(Stable)
public static final class CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapproximateCreationDateTimePrecision(String approximateCreationDateTimePrecision) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
approximateCreationDateTimePrecision
@Stability(Stable) public CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.Builder approximateCreationDateTimePrecision(String approximateCreationDateTimePrecision) Sets the value ofCfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.getApproximateCreationDateTimePrecision()- Parameters:
approximateCreationDateTimePrecision- The precision for the time and date that the stream was created.- Returns:
this
-
streamArn
@Stability(Stable) public CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.Builder streamArn(String streamArn) - Parameters:
streamArn- The ARN for a specific Kinesis data stream.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty>- Returns:
- a new instance of
CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-