public static interface DescribeLocationS3Response.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationS3Response.Builder,DescribeLocationS3Response>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationS3Response.Builder |
agentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2
agents deployed on your Outpost.
|
DescribeLocationS3Response.Builder |
agentArns(String... agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2
agents deployed on your Outpost.
|
DescribeLocationS3Response.Builder |
creationTime(Instant creationTime)
The time that the Amazon S3 bucket location was created.
|
DescribeLocationS3Response.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
|
DescribeLocationS3Response.Builder |
locationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
default DescribeLocationS3Response.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
Sets the value of the S3Config property for this object.
|
DescribeLocationS3Response.Builder |
s3Config(S3Config s3Config)
Sets the value of the S3Config property for this object.
|
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationS3Response.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
locationArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.DescribeLocationS3Response.Builder locationUri(String locationUri)
The URL of the Amazon S3 location that was described.
locationUri - The URL of the Amazon S3 location that was described.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. 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 chose to store your files in when this location is used as a task
destination. 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,
S3StorageClassDescribeLocationS3Response.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. 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 chose to store your files in when this location is used as a task
destination. 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,
S3StorageClassDescribeLocationS3Response.Builder s3Config(S3Config s3Config)
s3Config - The new value for the S3Config property for this object.default DescribeLocationS3Response.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)DescribeLocationS3Response.Builder agentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 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 are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the
EC2 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.DescribeLocationS3Response.Builder agentArns(String... agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 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 are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the
EC2 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.DescribeLocationS3Response.Builder creationTime(Instant creationTime)
The time that the Amazon S3 bucket location was created.
creationTime - The time that the Amazon S3 bucket location was created.Copyright © 2021. All rights reserved.