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