public static class CustomerContact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomerContact |
build() |
CustomerContact.Builder |
copy(CustomerContact model) |
CustomerContact.Builder |
email(String email)
The email address used by Oracle to send notifications regarding databases and
infrastructure.
|
public CustomerContact.Builder email(String email)
The email address used by Oracle to send notifications regarding databases and infrastructure.
email
- the value to setpublic CustomerContact build()
public CustomerContact.Builder copy(CustomerContact model)
Copyright © 2016–2024. All rights reserved.