public static class DhcpOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DhcpOptions |
build() |
DhcpOptions.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the set of DHCP options.
|
DhcpOptions.Builder |
copy(DhcpOptions model) |
DhcpOptions.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DhcpOptions.Builder |
displayName(String displayName)
A user-friendly name.
|
DhcpOptions.Builder |
domainNameType(DhcpOptions.DomainNameType domainNameType)
The search domain name type of DHCP options
|
DhcpOptions.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DhcpOptions.Builder |
id(String id)
Oracle ID
(OCID) for
the set of DHCP options.
|
DhcpOptions.Builder |
lifecycleState(DhcpOptions.LifecycleState lifecycleState)
The current state of the set of DHCP options.
|
DhcpOptions.Builder |
options(List<DhcpOption> options)
The collection of individual DHCP options.
|
DhcpOptions.Builder |
timeCreated(Date timeCreated)
Date and time the set of DHCP options was created, in the format defined by
RFC3339.
|
DhcpOptions.Builder |
vcnId(String vcnId)
The OCID
of the VCN the set of DHCP options belongs to.
|
public DhcpOptions.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the set of DHCP options.
compartmentId
- the value to setpublic DhcpOptions.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic DhcpOptions.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic DhcpOptions.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic DhcpOptions.Builder id(String id)
Oracle ID (OCID) for the set of DHCP options.
id
- the value to setpublic DhcpOptions.Builder lifecycleState(DhcpOptions.LifecycleState lifecycleState)
The current state of the set of DHCP options.
lifecycleState
- the value to setpublic DhcpOptions.Builder options(List<DhcpOption> options)
The collection of individual DHCP options.
options
- the value to setpublic DhcpOptions.Builder timeCreated(Date timeCreated)
Date and time the set of DHCP options was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic DhcpOptions.Builder vcnId(String vcnId)
The OCID of the VCN the set of DHCP options belongs to.
vcnId
- the value to setpublic DhcpOptions.Builder domainNameType(DhcpOptions.DomainNameType domainNameType)
The search domain name type of DHCP options
domainNameType
- the value to setpublic DhcpOptions build()
public DhcpOptions.Builder copy(DhcpOptions model)
Copyright © 2016–2024. All rights reserved.