Class UpdatePublicEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.visualbuilder.model.UpdatePublicEndpointDetails.Builder
 
- 
- Enclosing class:
- UpdatePublicEndpointDetails
 
 public static class UpdatePublicEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePublicEndpointDetails.BuilderallowlistedHttpIps(List<String> allowlistedHttpIps)Source IP addresses or IP address ranges ingress rules.UpdatePublicEndpointDetails.BuilderallowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)Virtual Cloud Networks allowed to access this network endpoint.UpdatePublicEndpointDetailsbuild()UpdatePublicEndpointDetails.Buildercopy(UpdatePublicEndpointDetails model)
 
- 
- 
- 
Method Detail- 
allowlistedHttpIpspublic UpdatePublicEndpointDetails.Builder allowlistedHttpIps(List<String> allowlistedHttpIps) Source IP addresses or IP address ranges ingress rules.(ex: “168.122.59.5/32”, “10.20.30.0/26”) An invalid IP or CIDR block will result in a 400 response. - Parameters:
- allowlistedHttpIps- the value to set
- Returns:
- this builder
 
 - 
allowlistedHttpVcnspublic UpdatePublicEndpointDetails.Builder allowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns) Virtual Cloud Networks allowed to access this network endpoint.- Parameters:
- allowlistedHttpVcns- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdatePublicEndpointDetails build() 
 - 
copypublic UpdatePublicEndpointDetails.Builder copy(UpdatePublicEndpointDetails model) 
 
- 
 
-