@Stability(value=Stable) public static final class CfnLocationFSxWindows.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationFSxWindows>
CfnLocationFSxWindows.| Modifier and Type | Method and Description |
|---|---|
CfnLocationFSxWindows |
build() |
static CfnLocationFSxWindows.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLocationFSxWindows.Builder |
domain(String domain)
`AWS::DataSync::LocationFSxWindows.Domain`.
|
CfnLocationFSxWindows.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
`AWS::DataSync::LocationFSxWindows.FsxFilesystemArn`.
|
CfnLocationFSxWindows.Builder |
password(String password)
`AWS::DataSync::LocationFSxWindows.Password`.
|
CfnLocationFSxWindows.Builder |
securityGroupArns(List<String> securityGroupArns)
`AWS::DataSync::LocationFSxWindows.SecurityGroupArns`.
|
CfnLocationFSxWindows.Builder |
subdirectory(String subdirectory)
`AWS::DataSync::LocationFSxWindows.Subdirectory`.
|
CfnLocationFSxWindows.Builder |
tags(List<? extends CfnTag> tags)
`AWS::DataSync::LocationFSxWindows.Tags`.
|
CfnLocationFSxWindows.Builder |
user(String user)
`AWS::DataSync::LocationFSxWindows.User`.
|
@Stability(value=Stable) public static CfnLocationFSxWindows.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.CfnLocationFSxWindows.Builder.@Stability(value=Stable) public CfnLocationFSxWindows.Builder fsxFilesystemArn(String fsxFilesystemArn)
fsxFilesystemArn - `AWS::DataSync::LocationFSxWindows.FsxFilesystemArn`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder password(String password)
password - `AWS::DataSync::LocationFSxWindows.Password`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder securityGroupArns(List<String> securityGroupArns)
securityGroupArns - `AWS::DataSync::LocationFSxWindows.SecurityGroupArns`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder user(String user)
user - `AWS::DataSync::LocationFSxWindows.User`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder domain(String domain)
domain - `AWS::DataSync::LocationFSxWindows.Domain`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder subdirectory(String subdirectory)
subdirectory - `AWS::DataSync::LocationFSxWindows.Subdirectory`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::DataSync::LocationFSxWindows.Tags`. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows build()
build in interface software.amazon.jsii.Builder<CfnLocationFSxWindows>Copyright © 2021. All rights reserved.