Interface ApphubServiceAttributesDeveloperOwners
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApphubServiceAttributesDeveloperOwners.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.503Z") @Stability(Stable) public interface ApphubServiceAttributesDeveloperOwners extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApphubServiceAttributesDeveloperOwners.BuilderA builder forApphubServiceAttributesDeveloperOwnersstatic classApphubServiceAttributesDeveloperOwners.Jsii$ProxyAn implementation forApphubServiceAttributesDeveloperOwners
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApphubServiceAttributesDeveloperOwners.Builderbuilder()default StringgetDisplayName()Contact's name.StringgetEmail()Required.
-
-
-
Method Detail
-
getEmail
@Stability(Stable) @NotNull String getEmail()
Required. Email address of the contacts.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#email ApphubService#email}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
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}
-
builder
@Stability(Stable) static ApphubServiceAttributesDeveloperOwners.Builder builder()
-
-