public static interface S3ImportSource.Builder extends SdkPojo, CopyableBuilder<S3ImportSource.Builder,S3ImportSource>
| Modifier and Type | Method and Description |
|---|---|
S3ImportSource.Builder |
s3BucketAccessRoleArn(String s3BucketAccessRoleArn)
The IAM ARN role used to access the source S3 bucket.
|
S3ImportSource.Builder |
s3BucketRegion(String s3BucketRegion)
The Region associated with the source S3 bucket.
|
S3ImportSource.Builder |
s3LocationUri(String s3LocationUri)
The URI for the source S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ImportSource.Builder s3LocationUri(String s3LocationUri)
The URI for the source S3 bucket.
s3LocationUri - The URI for the source S3 bucket.S3ImportSource.Builder s3BucketRegion(String s3BucketRegion)
The Region associated with the source S3 bucket.
s3BucketRegion - The Region associated with the source S3 bucket.S3ImportSource.Builder s3BucketAccessRoleArn(String s3BucketAccessRoleArn)
The IAM ARN role used to access the source S3 bucket.
s3BucketAccessRoleArn - The IAM ARN role used to access the source S3 bucket.Copyright © 2023. All rights reserved.