Interface S3Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3Configuration.Builder,,S3Configuration> SdkBuilder<S3Configuration.Builder,,S3Configuration> SdkPojo
- Enclosing class:
S3Configuration
@Mutable
@NotThreadSafe
public static interface S3Configuration.Builder
extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the S3 bucket.s3BucketOwner(String s3BucketOwner) The AWS account ID of the S3 bucket owner.The S3 key (path) for the object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Bucket
The name of the S3 bucket.
- Parameters:
s3Bucket- The name of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketOwner
The AWS account ID of the S3 bucket owner.
- Parameters:
s3BucketOwner- The AWS account ID of the S3 bucket owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
The S3 key (path) for the object.
- Parameters:
s3Key- The S3 key (path) for the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-