Class ClouddeployAutomationRules.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.clouddeploy_automation.ClouddeployAutomationRules.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClouddeployAutomationRules>
- Enclosing interface:
- ClouddeployAutomationRules
@Stability(Stable) public static final class ClouddeployAutomationRules.Builder extends Object implements software.amazon.jsii.Builder<ClouddeployAutomationRules>
A builder forClouddeployAutomationRules
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClouddeployAutomationRules.BuilderadvanceRolloutRule(ClouddeployAutomationRulesAdvanceRolloutRule advanceRolloutRule)Sets the value ofClouddeployAutomationRules.getAdvanceRolloutRule()ClouddeployAutomationRulesbuild()Builds the configured instance.ClouddeployAutomationRules.BuilderpromoteReleaseRule(ClouddeployAutomationRulesPromoteReleaseRule promoteReleaseRule)Sets the value ofClouddeployAutomationRules.getPromoteReleaseRule()
-
-
-
Method Detail
-
advanceRolloutRule
@Stability(Stable) public ClouddeployAutomationRules.Builder advanceRolloutRule(ClouddeployAutomationRulesAdvanceRolloutRule advanceRolloutRule)
Sets the value ofClouddeployAutomationRules.getAdvanceRolloutRule()- Parameters:
advanceRolloutRule- advance_rollout_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#advance_rollout_rule ClouddeployAutomation#advance_rollout_rule}- Returns:
this
-
promoteReleaseRule
@Stability(Stable) public ClouddeployAutomationRules.Builder promoteReleaseRule(ClouddeployAutomationRulesPromoteReleaseRule promoteReleaseRule)
Sets the value ofClouddeployAutomationRules.getPromoteReleaseRule()- Parameters:
promoteReleaseRule- promote_release_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#promote_release_rule ClouddeployAutomation#promote_release_rule}- Returns:
this
-
build
@Stability(Stable) public ClouddeployAutomationRules build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ClouddeployAutomationRules>- Returns:
- a new instance of
ClouddeployAutomationRules - Throws:
NullPointerException- if any required attribute was not provided
-
-