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