Class CreateDhcpDetails.Builder
- java.lang.Object
 - 
- com.oracle.bmc.vnmonitoring.model.CreateDhcpDetails.Builder
 
 
- 
- Enclosing class:
 - CreateDhcpDetails
 
public static class CreateDhcpDetails.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDhcpDetailsbuild()CreateDhcpDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to contain the set of DHCP options.CreateDhcpDetails.Buildercopy(CreateDhcpDetails model)CreateDhcpDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateDhcpDetails.BuilderdisplayName(String displayName)A user-friendly name.CreateDhcpDetails.BuilderdomainNameType(CreateDhcpDetails.DomainNameType domainNameType)The search domain name type of DHCP optionsCreateDhcpDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateDhcpDetails.Builderoptions(List<DhcpOption> options)A set of DHCP options.CreateDhcpDetails.BuildervcnId(String vcnId)The OCID of the VCN the set of DHCP options belongs to. 
 - 
 
- 
- 
Method Detail
- 
compartmentId
public CreateDhcpDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the set of DHCP options.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
definedTags
public CreateDhcpDetails.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”}}
- Parameters:
 definedTags- the value to set- Returns:
 - this builder
 
 
- 
displayName
public CreateDhcpDetails.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
 displayName- the value to set- Returns:
 - this builder
 
 
- 
freeformTags
public CreateDhcpDetails.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”}
- Parameters:
 freeformTags- the value to set- Returns:
 - this builder
 
 
- 
options
public CreateDhcpDetails.Builder options(List<DhcpOption> options)
A set of DHCP options.- Parameters:
 options- the value to set- Returns:
 - this builder
 
 
- 
vcnId
public CreateDhcpDetails.Builder vcnId(String vcnId)
The OCID of the VCN the set of DHCP options belongs to.- Parameters:
 vcnId- the value to set- Returns:
 - this builder
 
 
- 
domainNameType
public CreateDhcpDetails.Builder domainNameType(CreateDhcpDetails.DomainNameType domainNameType)
The search domain name type of DHCP options- Parameters:
 domainNameType- the value to set- Returns:
 - this builder
 
 
- 
build
public CreateDhcpDetails build()
 
- 
copy
public CreateDhcpDetails.Builder copy(CreateDhcpDetails model)
 
 - 
 
 -