Class CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.serviceConfiguration(CfnFlowVersionPropsMixin.RetrievalFlowNodeServiceConfigurationProperty serviceConfiguration) serviceConfiguration(IResolvable serviceConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serviceConfiguration
@Stability(Stable) public CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.Builder serviceConfiguration(IResolvable serviceConfiguration) Sets the value ofCfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.getServiceConfiguration()- Parameters:
serviceConfiguration- Contains configurations for the service to use for retrieving data to return as the output from the node.- Returns:
this
-
serviceConfiguration
@Stability(Stable) public CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.Builder serviceConfiguration(CfnFlowVersionPropsMixin.RetrievalFlowNodeServiceConfigurationProperty serviceConfiguration) Sets the value ofCfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty.getServiceConfiguration()- Parameters:
serviceConfiguration- Contains configurations for the service to use for retrieving data to return as the output from the node.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.RetrievalFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-