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