Class AppconfigDeploymentConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.appconfig_deployment.AppconfigDeploymentConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppconfigDeploymentConfig>
- Enclosing interface:
- AppconfigDeploymentConfig
@Stability(Stable) public static final class AppconfigDeploymentConfig.Builder extends Object implements software.amazon.jsii.Builder<AppconfigDeploymentConfig>
A builder forAppconfigDeploymentConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppconfigDeploymentConfig.BuilderapplicationId(String applicationId)Sets the value ofAppconfigDeploymentConfig.getApplicationId()AppconfigDeploymentConfigbuild()Builds the configured instance.AppconfigDeploymentConfig.BuilderconfigurationProfileId(String configurationProfileId)Sets the value ofAppconfigDeploymentConfig.getConfigurationProfileId()AppconfigDeploymentConfig.BuilderconfigurationVersion(String configurationVersion)Sets the value ofAppconfigDeploymentConfig.getConfigurationVersion()AppconfigDeploymentConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()AppconfigDeploymentConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()AppconfigDeploymentConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()AppconfigDeploymentConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()AppconfigDeploymentConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()AppconfigDeploymentConfig.BuilderdeploymentStrategyId(String deploymentStrategyId)Sets the value ofAppconfigDeploymentConfig.getDeploymentStrategyId()AppconfigDeploymentConfig.Builderdescription(String description)Sets the value ofAppconfigDeploymentConfig.getDescription()AppconfigDeploymentConfig.BuilderenvironmentId(String environmentId)Sets the value ofAppconfigDeploymentConfig.getEnvironmentId()AppconfigDeploymentConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()AppconfigDeploymentConfig.Builderid(String id)Sets the value ofAppconfigDeploymentConfig.getId()AppconfigDeploymentConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()AppconfigDeploymentConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()AppconfigDeploymentConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()AppconfigDeploymentConfig.Buildertags(Map<String,String> tags)Sets the value ofAppconfigDeploymentConfig.getTags()AppconfigDeploymentConfig.BuildertagsAll(Map<String,String> tagsAll)Sets the value ofAppconfigDeploymentConfig.getTagsAll()
-
-
-
Method Detail
-
applicationId
@Stability(Stable) public AppconfigDeploymentConfig.Builder applicationId(String applicationId)
Sets the value ofAppconfigDeploymentConfig.getApplicationId()- Parameters:
applicationId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#application_id AppconfigDeployment#application_id}. This parameter is required.- Returns:
this
-
configurationProfileId
@Stability(Stable) public AppconfigDeploymentConfig.Builder configurationProfileId(String configurationProfileId)
Sets the value ofAppconfigDeploymentConfig.getConfigurationProfileId()- Parameters:
configurationProfileId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#configuration_profile_id AppconfigDeployment#configuration_profile_id}. This parameter is required.- Returns:
this
-
configurationVersion
@Stability(Stable) public AppconfigDeploymentConfig.Builder configurationVersion(String configurationVersion)
Sets the value ofAppconfigDeploymentConfig.getConfigurationVersion()- Parameters:
configurationVersion- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#configuration_version AppconfigDeployment#configuration_version}. This parameter is required.- Returns:
this
-
deploymentStrategyId
@Stability(Stable) public AppconfigDeploymentConfig.Builder deploymentStrategyId(String deploymentStrategyId)
Sets the value ofAppconfigDeploymentConfig.getDeploymentStrategyId()- Parameters:
deploymentStrategyId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#deployment_strategy_id AppconfigDeployment#deployment_strategy_id}. This parameter is required.- Returns:
this
-
environmentId
@Stability(Stable) public AppconfigDeploymentConfig.Builder environmentId(String environmentId)
Sets the value ofAppconfigDeploymentConfig.getEnvironmentId()- Parameters:
environmentId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#environment_id AppconfigDeployment#environment_id}. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public AppconfigDeploymentConfig.Builder description(String description)
Sets the value ofAppconfigDeploymentConfig.getDescription()- Parameters:
description- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#description AppconfigDeployment#description}.- Returns:
this
-
id
@Stability(Stable) public AppconfigDeploymentConfig.Builder id(String id)
Sets the value ofAppconfigDeploymentConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#id AppconfigDeployment#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 AppconfigDeploymentConfig.Builder tags(Map<String,String> tags)
Sets the value ofAppconfigDeploymentConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#tags AppconfigDeployment#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public AppconfigDeploymentConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofAppconfigDeploymentConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appconfig_deployment#tags_all AppconfigDeployment#tags_all}.- Returns:
this
-
connection
@Stability(Experimental) public AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.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 AppconfigDeploymentConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public AppconfigDeploymentConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppconfigDeploymentConfig>- Returns:
- a new instance of
AppconfigDeploymentConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-