| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.agentArns(Collection<String> agentArns)
If you are using DataSync on an AWS Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on
your Outpost.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.agentArns(String... agentArns)
If you are using DataSync on an AWS Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on
your Outpost.
|
static DescribeLocationS3Response.Builder |
DescribeLocationS3Response.builder() |
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.creationTime(Instant creationTime)
The time that the Amazon S3 bucket location was created.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.locationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.locationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
default DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.s3Config(Consumer<S3Config.Builder> s3Config)
Sets the value of the S3Config property for this object.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.s3Config(S3Config s3Config)
Sets the value of the S3Config property for this object.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.s3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.Builder.s3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
DescribeLocationS3Response.Builder |
DescribeLocationS3Response.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeLocationS3Response.Builder> |
DescribeLocationS3Response.serializableBuilderClass() |
Copyright © 2021. All rights reserved.