public static class ExadataInfrastructureContact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExadataInfrastructureContact |
build() |
ExadataInfrastructureContact.Builder |
copy(ExadataInfrastructureContact model) |
ExadataInfrastructureContact.Builder |
email(String email)
The email for the Exadata Infrastructure contact.
|
ExadataInfrastructureContact.Builder |
isContactMosValidated(Boolean isContactMosValidated)
If
true , this Exadata Infrastructure contact is a valid My Oracle Support (MOS)
contact. |
ExadataInfrastructureContact.Builder |
isPrimary(Boolean isPrimary)
If
true , this Exadata Infrastructure contact is a primary contact. |
ExadataInfrastructureContact.Builder |
name(String name)
The name of the Exadata Infrastructure contact.
|
ExadataInfrastructureContact.Builder |
phoneNumber(String phoneNumber)
The phone number for the Exadata Infrastructure contact.
|
public ExadataInfrastructureContact.Builder name(String name)
The name of the Exadata Infrastructure contact.
name
- the value to setpublic ExadataInfrastructureContact.Builder phoneNumber(String phoneNumber)
The phone number for the Exadata Infrastructure contact.
phoneNumber
- the value to setpublic ExadataInfrastructureContact.Builder email(String email)
The email for the Exadata Infrastructure contact.
email
- the value to setpublic ExadataInfrastructureContact.Builder isPrimary(Boolean isPrimary)
If true
, this Exadata Infrastructure contact is a primary contact. If false
, this Exadata Infrastructure is a secondary contact.
isPrimary
- the value to setpublic ExadataInfrastructureContact.Builder isContactMosValidated(Boolean isContactMosValidated)
If true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS)
contact. If false
, this Exadata Infrastructure contact is not a valid MOS
contact.
isContactMosValidated
- the value to setpublic ExadataInfrastructureContact build()
public ExadataInfrastructureContact.Builder copy(ExadataInfrastructureContact model)
Copyright © 2016–2024. All rights reserved.