Uses of Class
com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTraffic.Builder
-
Packages that use CloudRunV2ServiceTraffic.Builder Package Description com.hashicorp.cdktf.providers.google.cloud_run_v2_service google_cloud_run_v2_service -
-
Uses of CloudRunV2ServiceTraffic.Builder in com.hashicorp.cdktf.providers.google.cloud_run_v2_service
Methods in com.hashicorp.cdktf.providers.google.cloud_run_v2_service that return CloudRunV2ServiceTraffic.Builder Modifier and Type Method Description static CloudRunV2ServiceTraffic.BuilderCloudRunV2ServiceTraffic. builder()CloudRunV2ServiceTraffic.BuilderCloudRunV2ServiceTraffic.Builder. percent(Number percent)Sets the value ofCloudRunV2ServiceTraffic.getPercent()CloudRunV2ServiceTraffic.BuilderCloudRunV2ServiceTraffic.Builder. revision(String revision)Sets the value ofCloudRunV2ServiceTraffic.getRevision()CloudRunV2ServiceTraffic.BuilderCloudRunV2ServiceTraffic.Builder. tag(String tag)Sets the value ofCloudRunV2ServiceTraffic.getTag()CloudRunV2ServiceTraffic.BuilderCloudRunV2ServiceTraffic.Builder. type(String type)Sets the value ofCloudRunV2ServiceTraffic.getType()Constructors in com.hashicorp.cdktf.providers.google.cloud_run_v2_service with parameters of type CloudRunV2ServiceTraffic.Builder Constructor Description Jsii$Proxy(CloudRunV2ServiceTraffic.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTraffic.Builder.
-