Class CloudRunV2ServiceConditions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceConditions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudRunV2ServiceConditions>
- Enclosing interface:
- CloudRunV2ServiceConditions
@Stability(Stable) public static final class CloudRunV2ServiceConditions.Builder extends Object implements software.amazon.jsii.Builder<CloudRunV2ServiceConditions>
A builder forCloudRunV2ServiceConditions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudRunV2ServiceConditionsbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public CloudRunV2ServiceConditions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudRunV2ServiceConditions>- Returns:
- a new instance of
CloudRunV2ServiceConditions - Throws:
NullPointerException- if any required attribute was not provided
-
-