Uses of Interface
software.amazon.awssdk.services.datasync.model.S3Config.Builder
-
Packages that use S3Config.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of S3Config.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return S3Config.Builder Modifier and Type Method Description S3Config.BuilderS3Config.Builder. bucketAccessRoleArn(String bucketAccessRoleArn)The ARN of the IAM role for accessing the S3 bucket.static S3Config.BuilderS3Config. builder()S3Config.BuilderS3Config. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type S3Config.Builder Modifier and Type Method Description static Class<? extends S3Config.Builder>S3Config. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type S3Config.Builder Modifier and Type Method Description default CreateLocationS3Request.BuilderCreateLocationS3Request.Builder. s3Config(Consumer<S3Config.Builder> s3Config)Sets the value of the S3Config property for this object.default DescribeLocationS3Response.BuilderDescribeLocationS3Response.Builder. s3Config(Consumer<S3Config.Builder> s3Config)Sets the value of the S3Config property for this object.
-