CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.agentArns(String... agentArns) |
If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the
DataSync agents deployed on your Outpost.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.agentArns(Collection<String> agentArns) |
If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the
DataSync agents deployed on your Outpost.
|
static CreateLocationS3Request.Builder |
CreateLocationS3Request.builder() |
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.s3BucketArn(String s3BucketArn) |
The ARN of the Amazon S3 bucket.
|
default CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.s3Config(Consumer<S3Config.Builder> s3Config) |
Sets the value of the S3Config property for this object.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.s3Config(S3Config s3Config) |
Sets the value of the S3Config property for this object.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.s3StorageClass(String s3StorageClass) |
The Amazon S3 storage class that you want to store your files in when this location is used as a task
destination.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.s3StorageClass(S3StorageClass s3StorageClass) |
The Amazon S3 storage class that you want to store your files in when this location is used as a task
destination.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.subdirectory(String subdirectory) |
A subdirectory in the Amazon S3 bucket.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.tags(Collection<TagListEntry> tags) |
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.tags(Consumer<TagListEntry.Builder>... tags) |
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.tags(TagListEntry... tags) |
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.toBuilder() |
|