@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)
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
CfnLocationFSxWindows.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
CfnLocationFSxWindows.Builder |
password(String password)
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
CfnLocationFSxWindows.Builder |
securityGroupArns(List<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
|
CfnLocationFSxWindows.Builder |
subdirectory(String subdirectory)
A subdirectory in the location's path.
|
CfnLocationFSxWindows.Builder |
tags(List<? extends CfnTag> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CfnLocationFSxWindows.Builder |
user(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
@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 - The Amazon Resource Name (ARN) for the FSx for Windows File Server file system. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder password(String password)
password - The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder securityGroupArns(List<String> securityGroupArns)
Pattern : ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$
Length constraints : Maximum length of 128.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder user(String user)
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user .
user - The user who has the permissions to access files and folders in the FSx for Windows File Server file system. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder domain(String domain)
domain - The name of the Windows domain that the FSx for Windows File Server belongs to. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder subdirectory(String subdirectory)
This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.
subdirectory - A subdirectory in the location's path. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows.Builder tags(List<? extends CfnTag> tags)
The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
tags - The key-value pair that represents a tag that you want to add to the resource. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxWindows build()
build in interface software.amazon.jsii.Builder<CfnLocationFSxWindows>Copyright © 2022. All rights reserved.