Interface StorageFlowNodeS3Configuration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>,SdkBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>,SdkPojo
- Enclosing class:
- StorageFlowNodeS3Configuration
public static interface StorageFlowNodeS3Configuration.Builder extends SdkPojo, CopyableBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageFlowNodeS3Configuration.BuilderbucketName(String bucketName)The name of the Amazon S3 bucket in which to store the input into the node.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucketName
StorageFlowNodeS3Configuration.Builder bucketName(String bucketName)
The name of the Amazon S3 bucket in which to store the input into the node.
- Parameters:
bucketName- The name of the Amazon S3 bucket in which to store the input into the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-