@Stability(value=Stable) public static final class CfnLocationNFS.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationNFS>
CfnLocationNFS.| Modifier and Type | Method and Description |
|---|---|
CfnLocationNFS |
build() |
static CfnLocationNFS.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLocationNFS.Builder |
mountOptions(CfnLocationNFS.MountOptionsProperty mountOptions)
`AWS::DataSync::LocationNFS.MountOptions`.
|
CfnLocationNFS.Builder |
mountOptions(IResolvable mountOptions)
`AWS::DataSync::LocationNFS.MountOptions`.
|
CfnLocationNFS.Builder |
onPremConfig(CfnLocationNFS.OnPremConfigProperty onPremConfig)
`AWS::DataSync::LocationNFS.OnPremConfig`.
|
CfnLocationNFS.Builder |
onPremConfig(IResolvable onPremConfig)
`AWS::DataSync::LocationNFS.OnPremConfig`.
|
CfnLocationNFS.Builder |
serverHostname(String serverHostname)
`AWS::DataSync::LocationNFS.ServerHostname`.
|
CfnLocationNFS.Builder |
subdirectory(String subdirectory)
`AWS::DataSync::LocationNFS.Subdirectory`.
|
CfnLocationNFS.Builder |
tags(List<? extends CfnTag> tags)
`AWS::DataSync::LocationNFS.Tags`.
|
@Stability(value=Stable) public static CfnLocationNFS.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLocationNFS.MountOptionsProperty.Builder.@Stability(value=Stable) public CfnLocationNFS.Builder onPremConfig(CfnLocationNFS.OnPremConfigProperty onPremConfig)
onPremConfig - `AWS::DataSync::LocationNFS.OnPremConfig`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS.Builder onPremConfig(IResolvable onPremConfig)
onPremConfig - `AWS::DataSync::LocationNFS.OnPremConfig`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS.Builder serverHostname(String serverHostname)
serverHostname - `AWS::DataSync::LocationNFS.ServerHostname`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS.Builder subdirectory(String subdirectory)
subdirectory - `AWS::DataSync::LocationNFS.Subdirectory`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS.Builder mountOptions(CfnLocationNFS.MountOptionsProperty mountOptions)
mountOptions - `AWS::DataSync::LocationNFS.MountOptions`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS.Builder mountOptions(IResolvable mountOptions)
mountOptions - `AWS::DataSync::LocationNFS.MountOptions`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::DataSync::LocationNFS.Tags`. This parameter is required.this@Stability(value=Stable) public CfnLocationNFS build()
build in interface software.amazon.jsii.Builder<CfnLocationNFS>Copyright © 2021. All rights reserved.