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