Interface RedirectAllRequestsTo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>,SdkBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>,SdkPojo
- Enclosing class:
- RedirectAllRequestsTo
@Mutable @NotThreadSafe public static interface RedirectAllRequestsTo.Builder extends SdkPojo, CopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedirectAllRequestsTo.BuilderhostName(String hostName)Name of the host where requests are redirected.RedirectAllRequestsTo.Builderprotocol(String protocol)Protocol to use when redirecting requests.RedirectAllRequestsTo.Builderprotocol(Protocol protocol)Protocol to use when redirecting requests.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hostName
RedirectAllRequestsTo.Builder hostName(String hostName)
Name of the host where requests are redirected.
- Parameters:
hostName- Name of the host where requests are redirected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
RedirectAllRequestsTo.Builder protocol(String protocol)
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
-
protocol
RedirectAllRequestsTo.Builder protocol(Protocol protocol)
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
-
-