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