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