@Stability(value=Stable)
public static interface CfnLocationFSxONTAP.SMBProperty
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.*;
SMBProperty sMBProperty = SMBProperty.builder()
.mountOptions(SmbMountOptionsProperty.builder()
.version("version")
.build())
.password("password")
.user("user")
// the properties below are optional
.domain("domain")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxONTAP.SMBProperty.Builder
A builder for
CfnLocationFSxONTAP.SMBProperty |
static class |
CfnLocationFSxONTAP.SMBProperty.Jsii$Proxy
An implementation for
CfnLocationFSxONTAP.SMBProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxONTAP.SMBProperty.Builder |
builder() |
default String |
getDomain()
`CfnLocationFSxONTAP.SMBProperty.Domain`.
|
Object |
getMountOptions()
`CfnLocationFSxONTAP.SMBProperty.MountOptions`.
|
String |
getPassword()
`CfnLocationFSxONTAP.SMBProperty.Password`.
|
String |
getUser()
`CfnLocationFSxONTAP.SMBProperty.User`.
|
@Stability(value=Stable) @NotNull Object getMountOptions()
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull String getUser()
@Stability(value=Stable) @Nullable default String getDomain()
@Stability(value=Stable) static CfnLocationFSxONTAP.SMBProperty.Builder builder()
Copyright © 2022. All rights reserved.