Interface StorageFlowNodeS3Configuration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageFlowNodeS3Configuration.Builder,
,StorageFlowNodeS3Configuration> SdkBuilder<StorageFlowNodeS3Configuration.Builder,
,StorageFlowNodeS3Configuration> SdkPojo
- Enclosing class:
StorageFlowNodeS3Configuration
@Mutable
@NotThreadSafe
public static interface StorageFlowNodeS3Configuration.Builder
extends SdkPojo, CopyableBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-