Interface SourceS3Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceS3Configuration.Builder,,SourceS3Configuration> SdkBuilder<SourceS3Configuration.Builder,,SourceS3Configuration> SdkPojo
- Enclosing class:
SourceS3Configuration
@Mutable
@NotThreadSafe
public static interface SourceS3Configuration.Builder
extends SdkPojo, CopyableBuilder<SourceS3Configuration.Builder,SourceS3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the S3 bucket containing source data.s3BucketOwner(String s3BucketOwner) The AWS account ID of the S3 bucket owner.The S3 key (path) for the source data.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 containing source data.
- Parameters:
s3Bucket- The name of the S3 bucket containing source data.- 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 source data.
- Parameters:
s3Key- The S3 key (path) for the source data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-