Class CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty>
A builder for
CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.serviceConfiguration(CfnFlowPropsMixin.StorageFlowNodeServiceConfigurationProperty serviceConfiguration) serviceConfiguration(IResolvable serviceConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serviceConfiguration
@Stability(Stable) public CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty.Builder serviceConfiguration(IResolvable serviceConfiguration) - Parameters:
serviceConfiguration- Contains configurations for the service to use for storing the input into the node.- Returns:
this
-
serviceConfiguration
@Stability(Stable) public CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty.Builder serviceConfiguration(CfnFlowPropsMixin.StorageFlowNodeServiceConfigurationProperty serviceConfiguration) - Parameters:
serviceConfiguration- Contains configurations for the service to use for storing the input into the node.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.StorageFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-