Interface S3Destination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Destination.Builder,
,S3Destination> SdkBuilder<S3Destination.Builder,
,S3Destination> SdkPojo
- Enclosing class:
S3Destination
public static interface S3Destination.Builder
extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) Name of the S3 bucket.An S3 prefix that you can use to limit responses to those that begin with the specified prefix.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 Details
-
bucketName
Name of the S3 bucket.
- Parameters:
bucketName
- Name of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
An S3 prefix that you can use to limit responses to those that begin with the specified prefix.
- Parameters:
prefix
- An S3 prefix that you can use to limit responses to those that begin with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-