| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.builder() |
DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.creationTime(Instant creationTime)
The time that the NFS location was created.
|
DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.locationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location that was described.
|
DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.locationUri(String locationUri)
The URL of the source NFS location that was described.
|
default DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.mountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
default DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.onPremConfig(OnPremConfig onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeLocationNfsResponse.Builder> |
DescribeLocationNfsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.