Class ClouddeployDeliveryPipeline.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public ClouddeployDeliveryPipeline.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder location​(String location)
        The location for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#location ClouddeployDeliveryPipeline#location}

        Parameters:
        location - The location for the resource. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder name​(String name)
        Name of the DeliveryPipeline. Format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#name ClouddeployDeliveryPipeline#name}

        Parameters:
        name - Name of the DeliveryPipeline. Format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?. This parameter is required.
        Returns:
        this
      • annotations

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder annotations​(Map<String,​String> annotations)
        User annotations.

        These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#annotations ClouddeployDeliveryPipeline#annotations}

        Parameters:
        annotations - User annotations. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder description​(String description)
        Description of the DeliveryPipeline. Max length is 255 characters.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#description ClouddeployDeliveryPipeline#description}

        Parameters:
        description - Description of the DeliveryPipeline. Max length is 255 characters. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#id ClouddeployDeliveryPipeline#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#id ClouddeployDeliveryPipeline#id}. This parameter is required.
        Returns:
        this
      • labels

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder labels​(Map<String,​String> labels)
        Labels are attributes that can be set and used by both the user and by Google Cloud Deploy.

        Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#labels ClouddeployDeliveryPipeline#labels}

        Parameters:
        labels - Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder project​(String project)
        The project for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#project ClouddeployDeliveryPipeline#project}

        Parameters:
        project - The project for the resource. This parameter is required.
        Returns:
        this
      • serialPipeline

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder serialPipeline​(ClouddeployDeliveryPipelineSerialPipeline serialPipeline)
        serial_pipeline block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#serial_pipeline ClouddeployDeliveryPipeline#serial_pipeline}

        Parameters:
        serialPipeline - serial_pipeline block. This parameter is required.
        Returns:
        this
      • suspended

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder suspended​(Boolean suspended)
        When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#suspended ClouddeployDeliveryPipeline#suspended}

        Parameters:
        suspended - When suspended, no new releases or rollouts can be created, but in-progress ones will complete. This parameter is required.
        Returns:
        this
      • suspended

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder suspended​(com.hashicorp.cdktf.IResolvable suspended)
        When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#suspended ClouddeployDeliveryPipeline#suspended}

        Parameters:
        suspended - When suspended, no new releases or rollouts can be created, but in-progress ones will complete. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public ClouddeployDeliveryPipeline.Builder timeouts​(ClouddeployDeliveryPipelineTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#timeouts ClouddeployDeliveryPipeline#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this