Class DeploymentManagerDeploymentTargetImports.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTargetImports.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeploymentManagerDeploymentTargetImports>
- Enclosing interface:
- DeploymentManagerDeploymentTargetImports
@Stability(Stable) public static final class DeploymentManagerDeploymentTargetImports.Builder extends Object implements software.amazon.jsii.Builder<DeploymentManagerDeploymentTargetImports>
A builder forDeploymentManagerDeploymentTargetImports
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentManagerDeploymentTargetImportsbuild()Builds the configured instance.DeploymentManagerDeploymentTargetImports.Buildercontent(String content)Sets the value ofDeploymentManagerDeploymentTargetImports.getContent()DeploymentManagerDeploymentTargetImports.Buildername(String name)Sets the value ofDeploymentManagerDeploymentTargetImports.getName()
-
-
-
Method Detail
-
content
@Stability(Stable) public DeploymentManagerDeploymentTargetImports.Builder content(String content)
Sets the value ofDeploymentManagerDeploymentTargetImports.getContent()- Parameters:
content- The full contents of the template that you want to import. 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
-
name
@Stability(Stable) public DeploymentManagerDeploymentTargetImports.Builder name(String name)
Sets the value ofDeploymentManagerDeploymentTargetImports.getName()- Parameters:
name- The name of the template to import, as declared in the YAML configuration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#name DeploymentManagerDeployment#name}- Returns:
this
-
build
@Stability(Stable) public DeploymentManagerDeploymentTargetImports build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DeploymentManagerDeploymentTargetImports>- Returns:
- a new instance of
DeploymentManagerDeploymentTargetImports - Throws:
NullPointerException- if any required attribute was not provided
-
-