Class DeploymentManagerDeploymentTargetConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTargetConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeploymentManagerDeploymentTargetConfig>
- Enclosing interface:
- DeploymentManagerDeploymentTargetConfig
@Stability(Stable) public static final class DeploymentManagerDeploymentTargetConfig.Builder extends Object implements software.amazon.jsii.Builder<DeploymentManagerDeploymentTargetConfig>
A builder forDeploymentManagerDeploymentTargetConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentManagerDeploymentTargetConfigbuild()Builds the configured instance.DeploymentManagerDeploymentTargetConfig.Buildercontent(String content)Sets the value ofDeploymentManagerDeploymentTargetConfig.getContent()
-
-
-
Method Detail
-
content
@Stability(Stable) public DeploymentManagerDeploymentTargetConfig.Builder content(String content)
Sets the value ofDeploymentManagerDeploymentTargetConfig.getContent()- Parameters:
content- The full YAML contents of your configuration file. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#content DeploymentManagerDeployment#content}- Returns:
this
-
build
@Stability(Stable) public DeploymentManagerDeploymentTargetConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DeploymentManagerDeploymentTargetConfig>- Returns:
- a new instance of
DeploymentManagerDeploymentTargetConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-