Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static Origin.Builder |
Origin.builder()
Create a new builder.
|
Origin.Builder |
Origin.Builder.copy(Origin model) |
Origin.Builder |
Origin.Builder.customHeaders(List<Header> customHeaders)
A list of HTTP headers to forward to your origin.
|
Origin.Builder |
Origin.Builder.httpPort(Integer httpPort)
The HTTP port on the origin that the web application listens on.
|
Origin.Builder |
Origin.Builder.httpsPort(Integer httpsPort)
The HTTPS port on the origin that the web application listens on.
|
Origin.Builder |
Origin.toBuilder() |
Origin.Builder |
Origin.Builder.uri(String uri)
The URI of the origin.
|
Copyright © 2016–2024. All rights reserved.