CopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>, SdkBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>public static interface RedirectAllRequestsTo.Builder extends CopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>
| Modifier and Type | Method | Description |
|---|---|---|
RedirectAllRequestsTo.Builder |
hostName(String hostName) |
Name of the host where requests will be redirected.
|
RedirectAllRequestsTo.Builder |
protocol(String protocol) |
Protocol to use (http, https) when redirecting requests.
|
RedirectAllRequestsTo.Builder |
protocol(Protocol 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)
protocol - Protocol to use (http, https) when redirecting requests. The default is the protocol that is used in
the original request.ProtocolRedirectAllRequestsTo.Builder protocol(Protocol protocol)
protocol - Protocol to use (http, https) when redirecting requests. The default is the protocol that is used in
the original request.ProtocolCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.