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