Class ApphubApplicationScope.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apphub_application.ApphubApplicationScope.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApphubApplicationScope>
- Enclosing interface:
- ApphubApplicationScope
@Stability(Stable) public static final class ApphubApplicationScope.Builder extends Object implements software.amazon.jsii.Builder<ApphubApplicationScope>
A builder forApphubApplicationScope
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApphubApplicationScopebuild()Builds the configured instance.ApphubApplicationScope.Buildertype(String type)Sets the value ofApphubApplicationScope.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public ApphubApplicationScope.Builder type(String type)
Sets the value ofApphubApplicationScope.getType()- Parameters:
type- Required. Scope Type. Possible values: REGIONAL Possible values: ["REGIONAL"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#type ApphubApplication#type}- Returns:
this
-
build
@Stability(Stable) public ApphubApplicationScope build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApphubApplicationScope>- Returns:
- a new instance of
ApphubApplicationScope - Throws:
NullPointerException- if any required attribute was not provided
-
-