public static interface DescribeLocationS3Response.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationS3Response.Builder,DescribeLocationS3Response>
| Modifier and Type | Method and Description |
|---|---|
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 location.
|
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 location.
locationArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket location.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 in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
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 in the Amazon
Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your
S3 storage cost. For detailed information, see using-storage-classes.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 in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
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 in the Amazon
Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your
S3 storage cost. For detailed information, see using-storage-classes.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 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 © 2020. All rights reserved.