Class ApphubWorkloadAttributesDeveloperOwners.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apphub_workload.ApphubWorkloadAttributesDeveloperOwners.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApphubWorkloadAttributesDeveloperOwners>
- Enclosing interface:
- ApphubWorkloadAttributesDeveloperOwners
@Stability(Stable) public static final class ApphubWorkloadAttributesDeveloperOwners.Builder extends Object implements software.amazon.jsii.Builder<ApphubWorkloadAttributesDeveloperOwners>
A builder forApphubWorkloadAttributesDeveloperOwners
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApphubWorkloadAttributesDeveloperOwnersbuild()Builds the configured instance.ApphubWorkloadAttributesDeveloperOwners.BuilderdisplayName(String displayName)Sets the value ofApphubWorkloadAttributesDeveloperOwners.getDisplayName()ApphubWorkloadAttributesDeveloperOwners.Builderemail(String email)Sets the value ofApphubWorkloadAttributesDeveloperOwners.getEmail()
-
-
-
Method Detail
-
email
@Stability(Stable) public ApphubWorkloadAttributesDeveloperOwners.Builder email(String email)
Sets the value ofApphubWorkloadAttributesDeveloperOwners.getEmail()- Parameters:
email- Email address of the contacts. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#email ApphubWorkload#email}- Returns:
this
-
displayName
@Stability(Stable) public ApphubWorkloadAttributesDeveloperOwners.Builder displayName(String displayName)
Sets the value ofApphubWorkloadAttributesDeveloperOwners.getDisplayName()- Parameters:
displayName- Contact's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_workload#display_name ApphubWorkload#display_name}- Returns:
this
-
build
@Stability(Stable) public ApphubWorkloadAttributesDeveloperOwners build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApphubWorkloadAttributesDeveloperOwners>- Returns:
- a new instance of
ApphubWorkloadAttributesDeveloperOwners - Throws:
NullPointerException- if any required attribute was not provided
-
-