Class CfnFlow.RetrievalFlowNodeServiceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlow.RetrievalFlowNodeServiceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.RetrievalFlowNodeServiceConfigurationProperty>
- Enclosing interface:
CfnFlow.RetrievalFlowNodeServiceConfigurationProperty
@Stability(Stable)
public static final class CfnFlow.RetrievalFlowNodeServiceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.RetrievalFlowNodeServiceConfigurationProperty>
A builder for
CfnFlow.RetrievalFlowNodeServiceConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3(IResolvable s3) Sets the value ofCfnFlow.RetrievalFlowNodeServiceConfigurationProperty.getS3()Sets the value ofCfnFlow.RetrievalFlowNodeServiceConfigurationProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3
@Stability(Stable) public CfnFlow.RetrievalFlowNodeServiceConfigurationProperty.Builder s3(IResolvable s3) Sets the value ofCfnFlow.RetrievalFlowNodeServiceConfigurationProperty.getS3()- 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 CfnFlow.RetrievalFlowNodeServiceConfigurationProperty.Builder s3(CfnFlow.RetrievalFlowNodeS3ConfigurationProperty s3) Sets the value ofCfnFlow.RetrievalFlowNodeServiceConfigurationProperty.getS3()- 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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlow.RetrievalFlowNodeServiceConfigurationProperty>- Returns:
- a new instance of
CfnFlow.RetrievalFlowNodeServiceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-