public static interface RedirectAllRequestsTo.Builder extends SdkPojo, CopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>
| Modifier and Type | Method and Description |
|---|---|
RedirectAllRequestsTo.Builder |
hostName(String hostName)
Name of the host where requests are redirected.
|
RedirectAllRequestsTo.Builder |
protocol(Protocol protocol)
Protocol to use when redirecting requests.
|
RedirectAllRequestsTo.Builder |
protocol(String protocol)
Protocol to use when redirecting requests.
|
copyapplyMutation, buildRedirectAllRequestsTo.Builder hostName(String hostName)
Name of the host where requests are redirected.
hostName - Name of the host where requests are redirected.RedirectAllRequestsTo.Builder protocol(String protocol)
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
RedirectAllRequestsTo.Builder protocol(Protocol protocol)
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
Copyright © 2019. All rights reserved.