@Stability(value=Stable)
public static interface CfnLocationFSxONTAP.SmbMountOptionsProperty
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.*;
SmbMountOptionsProperty smbMountOptionsProperty = SmbMountOptionsProperty.builder()
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxONTAP.SmbMountOptionsProperty.Builder
A builder for
CfnLocationFSxONTAP.SmbMountOptionsProperty |
static class |
CfnLocationFSxONTAP.SmbMountOptionsProperty.Jsii$Proxy
An implementation for
CfnLocationFSxONTAP.SmbMountOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxONTAP.SmbMountOptionsProperty.Builder |
builder() |
default String |
getVersion()
`CfnLocationFSxONTAP.SmbMountOptionsProperty.Version`.
|
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnLocationFSxONTAP.SmbMountOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.