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