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