public static interface RedirectAllRequestsTo.Builder extends CopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>
| Modifier and Type | Method and Description |
|---|---|
RedirectAllRequestsTo.Builder |
hostName(String hostName)
Name of the host where requests will be redirected.
|
RedirectAllRequestsTo.Builder |
protocol(Protocol protocol)
Protocol to use (http, https) when redirecting requests.
|
RedirectAllRequestsTo.Builder |
protocol(String protocol)
Protocol to use (http, https) when redirecting requests.
|
copyapply, buildRedirectAllRequestsTo.Builder hostName(String hostName)
hostName - Name of the host where requests will be redirected.RedirectAllRequestsTo.Builder protocol(String protocol)
RedirectAllRequestsTo.Builder protocol(Protocol protocol)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.