Interface S3Config.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3Config.Builder,,- S3Config> - SdkBuilder<S3Config.Builder,,- S3Config> - SdkPojo
- Enclosing class:
- S3Config
@Mutable
@NotThreadSafe
public static interface S3Config.Builder
extends SdkPojo, CopyableBuilder<S3Config.Builder,S3Config> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketAccessRoleArnSpecifies 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.
 
 
-