Class DeploymentManagerDeploymentLabels.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentLabels.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeploymentManagerDeploymentLabels>
- Enclosing interface:
- DeploymentManagerDeploymentLabels
@Stability(Stable) public static final class DeploymentManagerDeploymentLabels.Builder extends Object implements software.amazon.jsii.Builder<DeploymentManagerDeploymentLabels>
A builder forDeploymentManagerDeploymentLabels
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentManagerDeploymentLabelsbuild()Builds the configured instance.DeploymentManagerDeploymentLabels.Builderkey(String key)Sets the value ofDeploymentManagerDeploymentLabels.getKey()DeploymentManagerDeploymentLabels.Buildervalue(String value)Sets the value ofDeploymentManagerDeploymentLabels.getValue()
-
-
-
Method Detail
-
key
@Stability(Stable) public DeploymentManagerDeploymentLabels.Builder key(String key)
Sets the value ofDeploymentManagerDeploymentLabels.getKey()- Parameters:
key- Key for label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#key DeploymentManagerDeployment#key}- Returns:
this
-
value
@Stability(Stable) public DeploymentManagerDeploymentLabels.Builder value(String value)
Sets the value ofDeploymentManagerDeploymentLabels.getValue()- Parameters:
value- Value of label. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#value DeploymentManagerDeployment#value}- Returns:
this
-
build
@Stability(Stable) public DeploymentManagerDeploymentLabels build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DeploymentManagerDeploymentLabels>- Returns:
- a new instance of
DeploymentManagerDeploymentLabels - Throws:
NullPointerException- if any required attribute was not provided
-
-