| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationS3Response |
DataSyncClient.createLocationS3(Consumer<CreateLocationS3Request.Builder> createLocationS3Request)
Creates an endpoint for an Amazon S3 bucket.
|
default CompletableFuture<CreateLocationS3Response> |
DataSyncAsyncClient.createLocationS3(Consumer<CreateLocationS3Request.Builder> createLocationS3Request)
Creates an endpoint for an Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
static CreateLocationS3Request.Builder |
CreateLocationS3Request.builder() |
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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(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.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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocationS3Request.Builder> |
CreateLocationS3Request.serializableBuilderClass() |
Copyright © 2022. All rights reserved.