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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeLocationS3Response.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 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.Builder
s3Config(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 © 2017 Amazon Web Services, Inc. All Rights Reserved.