public static interface CreateLocationS3Request.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationS3Request.Builder,CreateLocationS3Request>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationS3Request.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationS3Request.Builder |
s3BucketArn(String s3BucketArn)
The ARN of the Amazon S3 bucket.
|
default CreateLocationS3Request.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
Sets the value of the S3Config property for this object.
|
CreateLocationS3Request.Builder |
s3Config(S3Config s3Config)
Sets the value of the S3Config property for this object.
|
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 |
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 |
subdirectory(String subdirectory)
A subdirectory in the Amazon S3 bucket.
|
CreateLocationS3Request.Builder |
tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
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 |
tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationS3Request.Builder subdirectory(String subdirectory)
A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.
subdirectory - A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the
S3 source location or write data to the S3 destination.CreateLocationS3Request.Builder s3BucketArn(String s3BucketArn)
The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an access point ARN.
s3BucketArn - The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an
access point ARN.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. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.
For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
s3StorageClass - The Amazon S3 storage class that you want to store your files in when this location is used as a task
destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For
buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.
For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
S3StorageClass,
S3StorageClassCreateLocationS3Request.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. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.
For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
s3StorageClass - The Amazon S3 storage class that you want to store your files in when this location is used as a task
destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For
buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.
For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
S3StorageClass,
S3StorageClassCreateLocationS3Request.Builder s3Config(S3Config s3Config)
s3Config - The new value for the S3Config property for this object.default CreateLocationS3Request.Builder s3Config(Consumer<S3Config.Builder> s3Config)
S3Config.Builder avoiding the need to
create one manually via S3Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Config(S3Config).
s3Config - a consumer that will call methods on S3Config.Builders3Config(S3Config)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. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
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. For more information about launching a DataSync agent
on an Amazon Web Services Outpost, see Deploy
your DataSync agent on Outposts.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. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
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. For more information about launching a DataSync agent
on an Amazon Web Services Outpost, see Deploy
your DataSync agent on Outposts.CreateLocationS3Request.Builder tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
tags - The key-value pair that represents the tag that you want to add to the location. The value can be an
empty string. We recommend using tags to name your resources.CreateLocationS3Request.Builder tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
tags - The key-value pair that represents the tag that you want to add to the location. The value can be an
empty string. We recommend using tags to name your resources.CreateLocationS3Request.Builder tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagListEntry.Builder#tags(java.util.Collection) CreateLocationS3Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationS3Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.