Class CfnFlow.StorageFlowNodeS3ConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlow.StorageFlowNodeS3ConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.StorageFlowNodeS3ConfigurationProperty>
- Enclosing interface:
CfnFlow.StorageFlowNodeS3ConfigurationProperty
@Stability(Stable)
public static final class CfnFlow.StorageFlowNodeS3ConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.StorageFlowNodeS3ConfigurationProperty>
A builder for
CfnFlow.StorageFlowNodeS3ConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) Sets the value ofCfnFlow.StorageFlowNodeS3ConfigurationProperty.getBucketName()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnFlow.StorageFlowNodeS3ConfigurationProperty.Builder bucketName(String bucketName) Sets the value ofCfnFlow.StorageFlowNodeS3ConfigurationProperty.getBucketName()
- Parameters:
bucketName
- The name of the Amazon S3 bucket in which to store the input into the node. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.StorageFlowNodeS3ConfigurationProperty>
- Returns:
- a new instance of
CfnFlow.StorageFlowNodeS3ConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-