public static class Configuration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Configuration |
build() |
Configuration.Builder |
compartmentId(String compartmentId)
The compartment
OCID to
which the configuration is specified.
|
Configuration.Builder |
copy(Configuration model) |
Configuration.Builder |
emailIds(List<String> emailIds)
The list of associated configuration email IDs.
|
Configuration.Builder |
timeCreated(Date timeCreated)
The time the configuration was created.
|
Configuration.Builder |
timeUpdated(Date timeUpdated)
The time the configuration was updated.
|
public Configuration.Builder compartmentId(String compartmentId)
The compartment OCID to which the configuration is specified.
compartmentId
- the value to setpublic Configuration.Builder emailIds(List<String> emailIds)
The list of associated configuration email IDs.
emailIds
- the value to setpublic Configuration.Builder timeCreated(Date timeCreated)
The time the configuration was created. An RFC 3339-formatted datetime string.
timeCreated
- the value to setpublic Configuration.Builder timeUpdated(Date timeUpdated)
The time the configuration was updated. An RFC 3339-formatted datetime string.
timeUpdated
- the value to setpublic Configuration build()
public Configuration.Builder copy(Configuration model)
Copyright © 2016–2024. All rights reserved.