@Stability(value=Stable) public static final class CfnLocationEFSProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationEFSProps>
CfnLocationEFSProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLocationEFSProps |
build()
Builds the configured instance.
|
CfnLocationEFSProps.Builder |
ec2Config(CfnLocationEFS.Ec2ConfigProperty ec2Config)
Sets the value of
CfnLocationEFSProps.getEc2Config() |
CfnLocationEFSProps.Builder |
ec2Config(IResolvable ec2Config)
Sets the value of
CfnLocationEFSProps.getEc2Config() |
CfnLocationEFSProps.Builder |
efsFilesystemArn(String efsFilesystemArn)
Sets the value of
CfnLocationEFSProps.getEfsFilesystemArn() |
CfnLocationEFSProps.Builder |
subdirectory(String subdirectory)
Sets the value of
CfnLocationEFSProps.getSubdirectory() |
CfnLocationEFSProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnLocationEFSProps.getTags() |
@Stability(value=Stable) public CfnLocationEFSProps.Builder ec2Config(CfnLocationEFS.Ec2ConfigProperty ec2Config)
CfnLocationEFSProps.getEc2Config()ec2Config - `AWS::DataSync::LocationEFS.Ec2Config`. This parameter is required.this@Stability(value=Stable) public CfnLocationEFSProps.Builder ec2Config(IResolvable ec2Config)
CfnLocationEFSProps.getEc2Config()ec2Config - `AWS::DataSync::LocationEFS.Ec2Config`. This parameter is required.this@Stability(value=Stable) public CfnLocationEFSProps.Builder efsFilesystemArn(String efsFilesystemArn)
CfnLocationEFSProps.getEfsFilesystemArn()efsFilesystemArn - `AWS::DataSync::LocationEFS.EfsFilesystemArn`. This parameter is required.this@Stability(value=Stable) public CfnLocationEFSProps.Builder subdirectory(String subdirectory)
CfnLocationEFSProps.getSubdirectory()subdirectory - `AWS::DataSync::LocationEFS.Subdirectory`.this@Stability(value=Stable) public CfnLocationEFSProps.Builder tags(List<? extends CfnTag> tags)
CfnLocationEFSProps.getTags()tags - `AWS::DataSync::LocationEFS.Tags`.this@Stability(value=Stable) public CfnLocationEFSProps build()
build in interface software.amazon.jsii.Builder<CfnLocationEFSProps>CfnLocationEFSPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.