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 TypeMethodDescriptionbucketOwnerAccountId(String bucketOwnerAccountId) The account ID of the Amazon S3 bucket owner.The URI of the Amazon S3 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
- 
uri
The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.
- Parameters:
 uri- The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
bucketOwnerAccountId
The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.
- Parameters:
 bucketOwnerAccountId- The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -