Package com.oracle.bmc.integration.model
Class PublicEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.integration.model.PublicEndpointDetails.Builder
-
- Enclosing class:
- PublicEndpointDetails
public static class PublicEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicEndpointDetails.Builder
allowlistedHttpIps(List<String> allowlistedHttpIps)
Source IP addresses or IP address ranges ingress rules.PublicEndpointDetails.Builder
allowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)
Virtual Cloud Networks allowed to access this network endpoint.PublicEndpointDetails
build()
PublicEndpointDetails.Builder
copy(PublicEndpointDetails model)
PublicEndpointDetails.Builder
isIntegrationVcnAllowlisted(Boolean isIntegrationVcnAllowlisted)
The Integration service’s VCN is allow-listed to allow integrations to call back into other integrations
-
-
-
Method Detail
-
allowlistedHttpIps
public PublicEndpointDetails.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 PublicEndpointDetails.Builder allowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)
Virtual Cloud Networks allowed to access this network endpoint.- Parameters:
allowlistedHttpVcns
- the value to set- Returns:
- this builder
-
isIntegrationVcnAllowlisted
public PublicEndpointDetails.Builder isIntegrationVcnAllowlisted(Boolean isIntegrationVcnAllowlisted)
The Integration service’s VCN is allow-listed to allow integrations to call back into other integrations- Parameters:
isIntegrationVcnAllowlisted
- the value to set- Returns:
- this builder
-
build
public PublicEndpointDetails build()
-
copy
public PublicEndpointDetails.Builder copy(PublicEndpointDetails model)
-
-