Class ApphubApplicationAttributes.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apphub_application.ApphubApplicationAttributes.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApphubApplicationAttributes>
- Enclosing interface:
- ApphubApplicationAttributes
@Stability(Stable) public static final class ApphubApplicationAttributes.Builder extends Object implements software.amazon.jsii.Builder<ApphubApplicationAttributes>
A builder forApphubApplicationAttributes
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
businessOwners
@Stability(Stable) public ApphubApplicationAttributes.Builder businessOwners(com.hashicorp.cdktf.IResolvable businessOwners)
Sets the value ofApphubApplicationAttributes.getBusinessOwners()- Parameters:
businessOwners- business_owners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#business_owners ApphubApplication#business_owners}- Returns:
this
-
businessOwners
@Stability(Stable) public ApphubApplicationAttributes.Builder businessOwners(List<? extends ApphubApplicationAttributesBusinessOwners> businessOwners)
Sets the value ofApphubApplicationAttributes.getBusinessOwners()- Parameters:
businessOwners- business_owners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#business_owners ApphubApplication#business_owners}- Returns:
this
-
criticality
@Stability(Stable) public ApphubApplicationAttributes.Builder criticality(ApphubApplicationAttributesCriticality criticality)
Sets the value ofApphubApplicationAttributes.getCriticality()- Parameters:
criticality- criticality block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#criticality ApphubApplication#criticality}- Returns:
this
-
developerOwners
@Stability(Stable) public ApphubApplicationAttributes.Builder developerOwners(com.hashicorp.cdktf.IResolvable developerOwners)
Sets the value ofApphubApplicationAttributes.getDeveloperOwners()- Parameters:
developerOwners- developer_owners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#developer_owners ApphubApplication#developer_owners}- Returns:
this
-
developerOwners
@Stability(Stable) public ApphubApplicationAttributes.Builder developerOwners(List<? extends ApphubApplicationAttributesDeveloperOwners> developerOwners)
Sets the value ofApphubApplicationAttributes.getDeveloperOwners()- Parameters:
developerOwners- developer_owners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#developer_owners ApphubApplication#developer_owners}- Returns:
this
-
environment
@Stability(Stable) public ApphubApplicationAttributes.Builder environment(ApphubApplicationAttributesEnvironment environment)
Sets the value ofApphubApplicationAttributes.getEnvironment()- Parameters:
environment- environment block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#environment ApphubApplication#environment}- Returns:
this
-
operatorOwners
@Stability(Stable) public ApphubApplicationAttributes.Builder operatorOwners(com.hashicorp.cdktf.IResolvable operatorOwners)
Sets the value ofApphubApplicationAttributes.getOperatorOwners()- Parameters:
operatorOwners- operator_owners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#operator_owners ApphubApplication#operator_owners}- Returns:
this
-
operatorOwners
@Stability(Stable) public ApphubApplicationAttributes.Builder operatorOwners(List<? extends ApphubApplicationAttributesOperatorOwners> operatorOwners)
Sets the value ofApphubApplicationAttributes.getOperatorOwners()- Parameters:
operatorOwners- operator_owners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_application#operator_owners ApphubApplication#operator_owners}- Returns:
this
-
build
@Stability(Stable) public ApphubApplicationAttributes build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApphubApplicationAttributes>- Returns:
- a new instance of
ApphubApplicationAttributes - Throws:
NullPointerException- if any required attribute was not provided
-
-