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