Class CfnPipelinePropsMixin.BufferOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.osis.CfnPipelinePropsMixin.BufferOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.BufferOptionsProperty>
- Enclosing interface:
CfnPipelinePropsMixin.BufferOptionsProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.BufferOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.BufferOptionsProperty>
A builder for
CfnPipelinePropsMixin.BufferOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.persistentBufferEnabled(Boolean persistentBufferEnabled) Sets the value ofCfnPipelinePropsMixin.BufferOptionsProperty.getPersistentBufferEnabled()persistentBufferEnabled(IResolvable persistentBufferEnabled) Sets the value ofCfnPipelinePropsMixin.BufferOptionsProperty.getPersistentBufferEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
persistentBufferEnabled
@Stability(Stable) public CfnPipelinePropsMixin.BufferOptionsProperty.Builder persistentBufferEnabled(Boolean persistentBufferEnabled) Sets the value ofCfnPipelinePropsMixin.BufferOptionsProperty.getPersistentBufferEnabled()- Parameters:
persistentBufferEnabled- Whether persistent buffering should be enabled.- Returns:
this
-
persistentBufferEnabled
@Stability(Stable) public CfnPipelinePropsMixin.BufferOptionsProperty.Builder persistentBufferEnabled(IResolvable persistentBufferEnabled) Sets the value ofCfnPipelinePropsMixin.BufferOptionsProperty.getPersistentBufferEnabled()- Parameters:
persistentBufferEnabled- Whether persistent buffering should be enabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.BufferOptionsProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.BufferOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-