Package com.oracle.bmc.integration.model
Class ComponentAllowListDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.integration.model.ComponentAllowListDetails.Builder
-
- Enclosing class:
- ComponentAllowListDetails
public static class ComponentAllowListDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentAllowListDetails.BuilderallowlistedHttpIps(List<String> allowlistedHttpIps)Source IP addresses or IP address ranges ingress rules.ComponentAllowListDetails.BuilderallowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)Virtual Cloud Networks allowed to access this network endpoint.ComponentAllowListDetailsbuild()ComponentAllowListDetails.Buildercopy(ComponentAllowListDetails model)
-
-
-
Method Detail
-
allowlistedHttpIps
public ComponentAllowListDetails.Builder allowlistedHttpIps(List<String> allowlistedHttpIps)
Source IP addresses or IP address ranges ingress rules.(ex: “168.122.59.5”, “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
-
allowlistedHttpVcns
public ComponentAllowListDetails.Builder allowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)
Virtual Cloud Networks allowed to access this network endpoint.- Parameters:
allowlistedHttpVcns- the value to set- Returns:
- this builder
-
build
public ComponentAllowListDetails build()
-
copy
public ComponentAllowListDetails.Builder copy(ComponentAllowListDetails model)
-
-