@Stability(value=Stable) public static final class CfnLocationFSxLustre.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationFSxLustre>
CfnLocationFSxLustre.| Modifier and Type | Method and Description |
|---|---|
CfnLocationFSxLustre |
build() |
static CfnLocationFSxLustre.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLocationFSxLustre.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
|
CfnLocationFSxLustre.Builder |
securityGroupArns(List<String> securityGroupArns)
The ARNs of the security groups that are used to configure the FSx for Lustre file system.
|
CfnLocationFSxLustre.Builder |
subdirectory(String subdirectory)
A subdirectory in the location's path.
|
CfnLocationFSxLustre.Builder |
tags(List<? extends CfnTag> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
@Stability(value=Stable) public static CfnLocationFSxLustre.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.CfnLocationFSxLustre.Builder.@Stability(value=Stable) public CfnLocationFSxLustre.Builder fsxFilesystemArn(String fsxFilesystemArn)
fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for Lustre file system. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxLustre.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 ARNs of the security groups that are used to configure the FSx for Lustre file system. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxLustre.Builder subdirectory(String subdirectory)
This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.
subdirectory - A subdirectory in the location's path. This parameter is required.this@Stability(value=Stable) public CfnLocationFSxLustre.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 CfnLocationFSxLustre build()
build in interface software.amazon.jsii.Builder<CfnLocationFSxLustre>Copyright © 2022. All rights reserved.