Class DatasyncLocationFsxLustreFileSystemConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.datasync_location_fsx_lustre_file_system.DatasyncLocationFsxLustreFileSystemConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatasyncLocationFsxLustreFileSystemConfig>
- Enclosing interface:
- DatasyncLocationFsxLustreFileSystemConfig
@Stability(Stable) public static final class DatasyncLocationFsxLustreFileSystemConfig.Builder extends Object implements software.amazon.jsii.Builder<DatasyncLocationFsxLustreFileSystemConfig>
A builder forDatasyncLocationFsxLustreFileSystemConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
fsxFilesystemArn
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig.Builder fsxFilesystemArn(String fsxFilesystemArn)
Sets the value ofDatasyncLocationFsxLustreFileSystemConfig.getFsxFilesystemArn()- Parameters:
fsxFilesystemArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_fsx_lustre_file_system#fsx_filesystem_arn DatasyncLocationFsxLustreFileSystem#fsx_filesystem_arn}. This parameter is required.- Returns:
this
-
securityGroupArns
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig.Builder securityGroupArns(List<String> securityGroupArns)
Sets the value ofDatasyncLocationFsxLustreFileSystemConfig.getSecurityGroupArns()- Parameters:
securityGroupArns- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_fsx_lustre_file_system#security_group_arns DatasyncLocationFsxLustreFileSystem#security_group_arns}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig.Builder id(String id)
Sets the value ofDatasyncLocationFsxLustreFileSystemConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_fsx_lustre_file_system#id DatasyncLocationFsxLustreFileSystem#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
subdirectory
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig.Builder subdirectory(String subdirectory)
Sets the value ofDatasyncLocationFsxLustreFileSystemConfig.getSubdirectory()- Parameters:
subdirectory- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_fsx_lustre_file_system#subdirectory DatasyncLocationFsxLustreFileSystem#subdirectory}.- Returns:
this
-
tags
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig.Builder tags(Map<String,String> tags)
Sets the value ofDatasyncLocationFsxLustreFileSystemConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_fsx_lustre_file_system#tags DatasyncLocationFsxLustreFileSystem#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofDatasyncLocationFsxLustreFileSystemConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_fsx_lustre_file_system#tags_all DatasyncLocationFsxLustreFileSystem#tags_all}.- Returns:
this
-
connection
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public DatasyncLocationFsxLustreFileSystemConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DatasyncLocationFsxLustreFileSystemConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatasyncLocationFsxLustreFileSystemConfig>- Returns:
- a new instance of
DatasyncLocationFsxLustreFileSystemConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-