Class CloudRunV2ServiceTemplate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudRunV2ServiceTemplate>
- Enclosing interface:
- CloudRunV2ServiceTemplate
@Stability(Stable) public static final class CloudRunV2ServiceTemplate.Builder extends Object implements software.amazon.jsii.Builder<CloudRunV2ServiceTemplate>
A builder forCloudRunV2ServiceTemplate
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
annotations
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder annotations(Map<String,String> annotations)
Sets the value ofCloudRunV2ServiceTemplate.getAnnotations()- Parameters:
annotations- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 RevisionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#annotations CloudRunV2Service#annotations}- Returns:
this
-
containers
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder containers(com.hashicorp.cdktf.IResolvable containers)
Sets the value ofCloudRunV2ServiceTemplate.getContainers()- Parameters:
containers- containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#containers CloudRunV2Service#containers}- Returns:
this
-
containers
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder containers(List<? extends CloudRunV2ServiceTemplateContainers> containers)
Sets the value ofCloudRunV2ServiceTemplate.getContainers()- Parameters:
containers- containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#containers CloudRunV2Service#containers}- Returns:
this
-
encryptionKey
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder encryptionKey(String encryptionKey)
Sets the value ofCloudRunV2ServiceTemplate.getEncryptionKey()- Parameters:
encryptionKey- A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#encryption_key CloudRunV2Service#encryption_key}- Returns:
this
-
executionEnvironment
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder executionEnvironment(String executionEnvironment)
Sets the value ofCloudRunV2ServiceTemplate.getExecutionEnvironment()- Parameters:
executionEnvironment- The sandbox environment to host this Revision. Possible values: ["EXECUTION_ENVIRONMENT_GEN1", "EXECUTION_ENVIRONMENT_GEN2"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#execution_environment CloudRunV2Service#execution_environment}- Returns:
this
-
labels
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder labels(Map<String,String> labels)
Sets the value ofCloudRunV2ServiceTemplate.getLabels()- Parameters:
labels- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with 'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 RevisionTemplate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#labels CloudRunV2Service#labels}- Returns:
this
-
maxInstanceRequestConcurrency
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder maxInstanceRequestConcurrency(Number maxInstanceRequestConcurrency)
Sets the value ofCloudRunV2ServiceTemplate.getMaxInstanceRequestConcurrency()- Parameters:
maxInstanceRequestConcurrency- Sets the maximum number of requests that each serving instance can receive. If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#max_instance_request_concurrency CloudRunV2Service#max_instance_request_concurrency}- Returns:
this
-
revision
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder revision(String revision)
Sets the value ofCloudRunV2ServiceTemplate.getRevision()- Parameters:
revision- The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#revision CloudRunV2Service#revision}- Returns:
this
-
scaling
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder scaling(CloudRunV2ServiceTemplateScaling scaling)
Sets the value ofCloudRunV2ServiceTemplate.getScaling()- Parameters:
scaling- scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#scaling CloudRunV2Service#scaling}- Returns:
this
-
serviceAccount
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder serviceAccount(String serviceAccount)
Sets the value ofCloudRunV2ServiceTemplate.getServiceAccount()- Parameters:
serviceAccount- Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#service_account CloudRunV2Service#service_account}- Returns:
this
-
sessionAffinity
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder sessionAffinity(Boolean sessionAffinity)
Sets the value ofCloudRunV2ServiceTemplate.getSessionAffinity()- Parameters:
sessionAffinity- Enables session affinity. For more information, go to https://cloud.google.com/run/docs/configuring/session-affinity. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#session_affinity CloudRunV2Service#session_affinity}- Returns:
this
-
sessionAffinity
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder sessionAffinity(com.hashicorp.cdktf.IResolvable sessionAffinity)
Sets the value ofCloudRunV2ServiceTemplate.getSessionAffinity()- Parameters:
sessionAffinity- Enables session affinity. For more information, go to https://cloud.google.com/run/docs/configuring/session-affinity. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#session_affinity CloudRunV2Service#session_affinity}- Returns:
this
-
timeout
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder timeout(String timeout)
Sets the value ofCloudRunV2ServiceTemplate.getTimeout()- Parameters:
timeout- Max allowed time for an instance to respond to a request. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#timeout CloudRunV2Service#timeout}- Returns:
this
-
volumes
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder volumes(com.hashicorp.cdktf.IResolvable volumes)
Sets the value ofCloudRunV2ServiceTemplate.getVolumes()- Parameters:
volumes- volumes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#volumes CloudRunV2Service#volumes}- Returns:
this
-
volumes
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder volumes(List<? extends CloudRunV2ServiceTemplateVolumes> volumes)
Sets the value ofCloudRunV2ServiceTemplate.getVolumes()- Parameters:
volumes- volumes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#volumes CloudRunV2Service#volumes}- Returns:
this
-
vpcAccess
@Stability(Stable) public CloudRunV2ServiceTemplate.Builder vpcAccess(CloudRunV2ServiceTemplateVpcAccess vpcAccess)
Sets the value ofCloudRunV2ServiceTemplate.getVpcAccess()- Parameters:
vpcAccess- vpc_access block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#vpc_access CloudRunV2Service#vpc_access}- Returns:
this
-
build
@Stability(Stable) public CloudRunV2ServiceTemplate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudRunV2ServiceTemplate>- Returns:
- a new instance of
CloudRunV2ServiceTemplate - Throws:
NullPointerException- if any required attribute was not provided
-
-