Class ClouddeployAutomationRulesPromoteReleaseRule.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        @Stability(Stable)
        public ClouddeployAutomationRulesPromoteReleaseRule.Builder id​(String id)
        Parameters:
        id - Required. This parameter is required. ID of the rule. This id must be unique in the 'Automation' resource to which this rule belongs. The format is 'a-z{0,62}'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#id ClouddeployAutomation#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
        Returns:
        this
      • destinationTargetId

        @Stability(Stable)
        public ClouddeployAutomationRulesPromoteReleaseRule.Builder destinationTargetId​(String destinationTargetId)
        Parameters:
        destinationTargetId - Optional. The ID of the stage in the pipeline to which this 'Release' is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline. * "@next", the next target in the promotion sequence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#destination_target_id ClouddeployAutomation#destination_target_id}
        Returns:
        this