Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static RedirectUri.Builder |
RedirectUri.builder()
Create a new builder.
|
RedirectUri.Builder |
RedirectUri.Builder.copy(RedirectUri model) |
RedirectUri.Builder |
RedirectUri.Builder.host(String host)
The valid domain name (hostname) or IP address to use in the redirect URI.
|
RedirectUri.Builder |
RedirectUri.Builder.path(String path)
The HTTP URI path to use in the redirect URI.
|
RedirectUri.Builder |
RedirectUri.Builder.port(Integer port)
The communication port to use in the redirect URI.
|
RedirectUri.Builder |
RedirectUri.Builder.protocol(String protocol)
The HTTP protocol to use in the redirect URI.
|
RedirectUri.Builder |
RedirectUri.Builder.query(String query)
The query string to use in the redirect URI.
|
RedirectUri.Builder |
RedirectUri.toBuilder() |
Copyright © 2016–2024. All rights reserved.