static InfrastructureContact.Builder |
InfrastructureContact.builder() |
Create a new builder.
|
InfrastructureContact.Builder |
InfrastructureContact.Builder.copy(InfrastructureContact model) |
|
InfrastructureContact.Builder |
InfrastructureContact.Builder.email(String email) |
The email for the Database Infrastructure contact.
|
InfrastructureContact.Builder |
InfrastructureContact.Builder.isContactMosValidated(Boolean isContactMosValidated) |
If true, this Database Infrastructure contact is a valid My Oracle Support (MOS)
contact.
|
InfrastructureContact.Builder |
InfrastructureContact.Builder.isPrimary(Boolean isPrimary) |
If true, this Database Infrastructure contact is a primary contact.
|
InfrastructureContact.Builder |
InfrastructureContact.Builder.name(String name) |
The name of the Database Infrastructure contact.
|
InfrastructureContact.Builder |
InfrastructureContact.Builder.phoneNumber(String phoneNumber) |
The phone number for the Database Infrastructure contact.
|
InfrastructureContact.Builder |
InfrastructureContact.toBuilder() |
|