Package com.oracle.bmc.database.model
Class ExadataInfrastructureContact.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ExadataInfrastructureContact.Builder
 
- 
- Enclosing class:
- ExadataInfrastructureContact
 
 public static class ExadataInfrastructureContact.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataInfrastructureContactbuild()ExadataInfrastructureContact.Buildercopy(ExadataInfrastructureContact model)ExadataInfrastructureContact.Builderemail(String email)The email for the Exadata Infrastructure contact.ExadataInfrastructureContact.BuilderisContactMosValidated(Boolean isContactMosValidated)If true, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact.ExadataInfrastructureContact.BuilderisPrimary(Boolean isPrimary)If true, this Exadata Infrastructure contact is a primary contact.ExadataInfrastructureContact.Buildername(String name)The name of the Exadata Infrastructure contact.ExadataInfrastructureContact.BuilderphoneNumber(String phoneNumber)The phone number for the Exadata Infrastructure contact.
 
- 
- 
- 
Method Detail- 
namepublic ExadataInfrastructureContact.Builder name(String name) The name of the Exadata Infrastructure contact.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
phoneNumberpublic ExadataInfrastructureContact.Builder phoneNumber(String phoneNumber) The phone number for the Exadata Infrastructure contact.- Parameters:
- phoneNumber- the value to set
- Returns:
- this builder
 
 - 
emailpublic ExadataInfrastructureContact.Builder email(String email) The email for the Exadata Infrastructure contact.- Parameters:
- email- the value to set
- Returns:
- this builder
 
 - 
isPrimarypublic ExadataInfrastructureContact.Builder isPrimary(Boolean isPrimary) If true, this Exadata Infrastructure contact is a primary contact.If false, this Exadata Infrastructure is a secondary contact. - Parameters:
- isPrimary- the value to set
- Returns:
- this builder
 
 - 
isContactMosValidatedpublic 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. - Parameters:
- isContactMosValidated- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExadataInfrastructureContact build() 
 - 
copypublic ExadataInfrastructureContact.Builder copy(ExadataInfrastructureContact model) 
 
- 
 
-