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 |
mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
DescribeLocationNfsResponse.Builder |
mountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationNfsResponse.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.BuilderonPremConfig(OnPremConfig)DescribeLocationNfsResponse.Builder mountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
mountOptions - The NFS mount options that DataSync used to mount your NFS share.default DescribeLocationNfsResponse.Builder mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
This is a convenience that creates an instance of theNfsMountOptions.Builder avoiding the need to
create one manually via NfsMountOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mountOptions(NfsMountOptions).mountOptions - a consumer that will call methods on NfsMountOptions.BuildermountOptions(NfsMountOptions)DescribeLocationNfsResponse.Builder creationTime(Instant creationTime)
The time that the NFS location was created.
creationTime - The time that the NFS location was created.Copyright © 2022. All rights reserved.