Package com.oracle.bmc.integration.model
Class AddOracleManagedCustomEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.integration.model.AddOracleManagedCustomEndpointDetails.Builder
-
- Enclosing class:
- AddOracleManagedCustomEndpointDetails
public static class AddOracleManagedCustomEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddOracleManagedCustomEndpointDetails
build()
AddOracleManagedCustomEndpointDetails.Builder
copy(AddOracleManagedCustomEndpointDetails model)
AddOracleManagedCustomEndpointDetails.Builder
dnsType(AddOracleManagedCustomEndpointDetails.DnsType dnsType)
Type of DNS.AddOracleManagedCustomEndpointDetails.Builder
dnsZoneName(String dnsZoneName)
DNS Zone nameAddOracleManagedCustomEndpointDetails.Builder
hostname(String hostname)
Oracle managed custom hostname
-
-
-
Method Detail
-
hostname
public AddOracleManagedCustomEndpointDetails.Builder hostname(String hostname)
Oracle managed custom hostname- Parameters:
hostname
- the value to set- Returns:
- this builder
-
dnsType
public AddOracleManagedCustomEndpointDetails.Builder dnsType(AddOracleManagedCustomEndpointDetails.DnsType dnsType)
Type of DNS.- Parameters:
dnsType
- the value to set- Returns:
- this builder
-
dnsZoneName
public AddOracleManagedCustomEndpointDetails.Builder dnsZoneName(String dnsZoneName)
DNS Zone name- Parameters:
dnsZoneName
- the value to set- Returns:
- this builder
-
build
public AddOracleManagedCustomEndpointDetails build()
-
copy
public AddOracleManagedCustomEndpointDetails.Builder copy(AddOracleManagedCustomEndpointDetails model)
-
-