Class DeploymentManagerDeploymentTarget.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTarget.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeploymentManagerDeploymentTarget>
- Enclosing interface:
- DeploymentManagerDeploymentTarget
@Stability(Stable) public static final class DeploymentManagerDeploymentTarget.Builder extends Object implements software.amazon.jsii.Builder<DeploymentManagerDeploymentTarget>
A builder forDeploymentManagerDeploymentTarget
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentManagerDeploymentTargetbuild()Builds the configured instance.DeploymentManagerDeploymentTarget.Builderconfig(DeploymentManagerDeploymentTargetConfig config)Sets the value ofDeploymentManagerDeploymentTarget.getConfig()DeploymentManagerDeploymentTarget.Builderimports(com.hashicorp.cdktf.IResolvable imports)Sets the value ofDeploymentManagerDeploymentTarget.getImports()DeploymentManagerDeploymentTarget.Builderimports(List<? extends DeploymentManagerDeploymentTargetImports> imports)Sets the value ofDeploymentManagerDeploymentTarget.getImports()
-
-
-
Method Detail
-
config
@Stability(Stable) public DeploymentManagerDeploymentTarget.Builder config(DeploymentManagerDeploymentTargetConfig config)
Sets the value ofDeploymentManagerDeploymentTarget.getConfig()- Parameters:
config- config block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#config DeploymentManagerDeployment#config}- Returns:
this
-
imports
@Stability(Stable) public DeploymentManagerDeploymentTarget.Builder imports(com.hashicorp.cdktf.IResolvable imports)
Sets the value ofDeploymentManagerDeploymentTarget.getImports()- Parameters:
imports- imports block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#imports DeploymentManagerDeployment#imports}- Returns:
this
-
imports
@Stability(Stable) public DeploymentManagerDeploymentTarget.Builder imports(List<? extends DeploymentManagerDeploymentTargetImports> imports)
Sets the value ofDeploymentManagerDeploymentTarget.getImports()- Parameters:
imports- imports block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#imports DeploymentManagerDeployment#imports}- Returns:
this
-
build
@Stability(Stable) public DeploymentManagerDeploymentTarget build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DeploymentManagerDeploymentTarget>- Returns:
- a new instance of
DeploymentManagerDeploymentTarget - Throws:
NullPointerException- if any required attribute was not provided
-
-