Class CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloud_scheduler_job.CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudSchedulerJobAppEngineHttpTargetAppEngineRouting>
- Enclosing interface:
- CloudSchedulerJobAppEngineHttpTargetAppEngineRouting
@Stability(Stable) public static final class CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder extends Object implements software.amazon.jsii.Builder<CloudSchedulerJobAppEngineHttpTargetAppEngineRouting>
A builder forCloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudSchedulerJobAppEngineHttpTargetAppEngineRoutingbuild()Builds the configured instance.CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builderinstance(String instance)Sets the value ofCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.getInstance()CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builderservice(String service)Sets the value ofCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.getService()CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builderversion(String version)Sets the value ofCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.getVersion()
-
-
-
Method Detail
-
instance
@Stability(Stable) public CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder instance(String instance)
Sets the value ofCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.getInstance()- Parameters:
instance- App instance. By default, the job is sent to an instance which is available when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#instance CloudSchedulerJob#instance}- Returns:
this
-
service
@Stability(Stable) public CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder service(String service)
Sets the value ofCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.getService()- Parameters:
service- App service. By default, the job is sent to the service which is the default service when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#service CloudSchedulerJob#service}- Returns:
this
-
version
@Stability(Stable) public CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder version(String version)
Sets the value ofCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.getVersion()- Parameters:
version- App version. By default, the job is sent to the version which is the default version when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#version CloudSchedulerJob#version}- Returns:
this
-
build
@Stability(Stable) public CloudSchedulerJobAppEngineHttpTargetAppEngineRouting build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudSchedulerJobAppEngineHttpTargetAppEngineRouting>- Returns:
- a new instance of
CloudSchedulerJobAppEngineHttpTargetAppEngineRouting - Throws:
NullPointerException- if any required attribute was not provided
-
-