@Stability(value=Stable)
public static interface CfnLocationFSxONTAP.NfsMountOptionsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datasync.*;
NfsMountOptionsProperty nfsMountOptionsProperty = NfsMountOptionsProperty.builder()
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxONTAP.NfsMountOptionsProperty.Builder
A builder for
CfnLocationFSxONTAP.NfsMountOptionsProperty |
static class |
CfnLocationFSxONTAP.NfsMountOptionsProperty.Jsii$Proxy
An implementation for
CfnLocationFSxONTAP.NfsMountOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxONTAP.NfsMountOptionsProperty.Builder |
builder() |
default String |
getVersion()
`CfnLocationFSxONTAP.NfsMountOptionsProperty.Version`.
|
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnLocationFSxONTAP.NfsMountOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.