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.
|
copy
apply, build
RedirectAllRequestsTo.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.Protocol
RedirectAllRequestsTo.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.Protocol
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.