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 when the NFS location was created.
|
DescribeLocationNfsResponse.Builder |
locationArn(String locationArn)
The ARN of the NFS location.
|
DescribeLocationNfsResponse.Builder |
locationUri(String locationUri)
The URL of the NFS location.
|
default DescribeLocationNfsResponse.Builder |
mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
The mount options that DataSync uses to mount your NFS file server.
|
DescribeLocationNfsResponse.Builder |
mountOptions(NfsMountOptions mountOptions)
The mount options that DataSync uses to mount your NFS file server.
|
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 ARN of the NFS location.
locationArn - The ARN of the NFS location.DescribeLocationNfsResponse.Builder locationUri(String locationUri)
The URL of the NFS location.
locationUri - The URL of the NFS location.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 mount options that DataSync uses to mount your NFS file server.
mountOptions - The mount options that DataSync uses to mount your NFS file server.default DescribeLocationNfsResponse.Builder mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
The mount options that DataSync uses to mount your NFS file server.
This is a convenience method 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 when the NFS location was created.
creationTime - The time when the NFS location was created.Copyright © 2023. All rights reserved.