Interface S3Config.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<S3Config.Builder,,S3Config> SdkBuilder<S3Config.Builder,,S3Config> SdkPojo
- Enclosing class:
 S3Config
public static interface S3Config.Builder
extends SdkPojo, CopyableBuilder<S3Config.Builder,S3Config> 
- 
Method Summary
Modifier and TypeMethodDescriptionbucketAccessRoleArn(String bucketAccessRoleArn) Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.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
- 
bucketAccessRoleArn
Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
- Parameters:
 bucketAccessRoleArn- Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -