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