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