Class DataAwsBatchComputeEnvironmentConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_batch_compute_environment.DataAwsBatchComputeEnvironmentConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsBatchComputeEnvironmentConfig>
- Enclosing interface:
- DataAwsBatchComputeEnvironmentConfig
@Stability(Stable) public static final class DataAwsBatchComputeEnvironmentConfig.Builder extends Object implements software.amazon.jsii.Builder<DataAwsBatchComputeEnvironmentConfig>
A builder forDataAwsBatchComputeEnvironmentConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsBatchComputeEnvironmentConfigbuild()Builds the configured instance.DataAwsBatchComputeEnvironmentConfig.BuildercomputeEnvironmentName(String computeEnvironmentName)Sets the value ofDataAwsBatchComputeEnvironmentConfig.getComputeEnvironmentName()DataAwsBatchComputeEnvironmentConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DataAwsBatchComputeEnvironmentConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DataAwsBatchComputeEnvironmentConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()DataAwsBatchComputeEnvironmentConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()DataAwsBatchComputeEnvironmentConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()DataAwsBatchComputeEnvironmentConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()DataAwsBatchComputeEnvironmentConfig.Builderid(String id)Sets the value ofDataAwsBatchComputeEnvironmentConfig.getId()DataAwsBatchComputeEnvironmentConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()DataAwsBatchComputeEnvironmentConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()DataAwsBatchComputeEnvironmentConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()DataAwsBatchComputeEnvironmentConfig.Buildertags(Map<String,String> tags)Sets the value ofDataAwsBatchComputeEnvironmentConfig.getTags()
-
-
-
Method Detail
-
computeEnvironmentName
@Stability(Stable) public DataAwsBatchComputeEnvironmentConfig.Builder computeEnvironmentName(String computeEnvironmentName)
Sets the value ofDataAwsBatchComputeEnvironmentConfig.getComputeEnvironmentName()- Parameters:
computeEnvironmentName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/batch_compute_environment#compute_environment_name DataAwsBatchComputeEnvironment#compute_environment_name}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataAwsBatchComputeEnvironmentConfig.Builder id(String id)
Sets the value ofDataAwsBatchComputeEnvironmentConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/batch_compute_environment#id DataAwsBatchComputeEnvironment#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
-
tags
@Stability(Stable) public DataAwsBatchComputeEnvironmentConfig.Builder tags(Map<String,String> tags)
Sets the value ofDataAwsBatchComputeEnvironmentConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/batch_compute_environment#tags DataAwsBatchComputeEnvironment#tags}.- Returns:
this
-
connection
@Stability(Experimental) public DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.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 DataAwsBatchComputeEnvironmentConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DataAwsBatchComputeEnvironmentConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsBatchComputeEnvironmentConfig>- Returns:
- a new instance of
DataAwsBatchComputeEnvironmentConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-