public static interface DescribeLocationEfsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationEfsResponse.Builder,DescribeLocationEfsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeLocationEfsResponse.Builder |
creationTime(Instant creationTime)
The time that the EFS location was created.
|
default DescribeLocationEfsResponse.Builder |
ec2Config(Consumer<Ec2Config.Builder> ec2Config)
Sets the value of the Ec2Config property for this object.
|
DescribeLocationEfsResponse.Builder |
ec2Config(Ec2Config ec2Config)
Sets the value of the Ec2Config property for this object.
|
DescribeLocationEfsResponse.Builder |
locationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
|
DescribeLocationEfsResponse.Builder |
locationUri(String locationUri)
The URL of the EFS location that was described.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeLocationEfsResponse.Builder locationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
locationArn
- The Amazon resource Name (ARN) of the EFS location that was described.DescribeLocationEfsResponse.Builder locationUri(String locationUri)
The URL of the EFS location that was described.
locationUri
- The URL of the EFS location that was described.DescribeLocationEfsResponse.Builder ec2Config(Ec2Config ec2Config)
ec2Config
- The new value for the Ec2Config property for this object.default DescribeLocationEfsResponse.Builder ec2Config(Consumer<Ec2Config.Builder> ec2Config)
Ec2Config.Builder
avoiding the need to create
one manually via Ec2Config.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to ec2Config(Ec2Config)
.ec2Config
- a consumer that will call methods on Ec2Config.Builder
ec2Config(Ec2Config)
DescribeLocationEfsResponse.Builder creationTime(Instant creationTime)
The time that the EFS location was created.
creationTime
- The time that the EFS location was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.