Class PublicEndpointDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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