Class CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3
@Stability(Stable) public CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty.Builder s3(IResolvable s3) - Parameters:
s3- Contains configurations for the Amazon S3 location in which to store the input into the node.- Returns:
this
-
s3
@Stability(Stable) public CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty.Builder s3(CfnFlowVersionPropsMixin.StorageFlowNodeS3ConfigurationProperty s3) - Parameters:
s3- Contains configurations for the Amazon S3 location in which to store the input into the node.- Returns:
this
-
build
@Stability(Stable) public CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.StorageFlowNodeServiceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-