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