Class CreateDhcpDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.CreateDhcpDetails.Builder
 
- 
- Enclosing class:
- CreateDhcpDetails
 
 public static class CreateDhcpDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
compartmentIdpublic 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
 
 - 
definedTagspublic 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
 
 - 
displayNamepublic 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
 
 - 
freeformTagspublic 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
 
 - 
optionspublic CreateDhcpDetails.Builder options(List<DhcpOption> options) A set of DHCP options.- Parameters:
- options- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic 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
 
 - 
domainNameTypepublic CreateDhcpDetails.Builder domainNameType(CreateDhcpDetails.DomainNameType domainNameType) The search domain name type of DHCP options- Parameters:
- domainNameType- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateDhcpDetails build() 
 - 
copypublic CreateDhcpDetails.Builder copy(CreateDhcpDetails model) 
 
- 
 
-