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
Modifier and TypeMethodDescriptionName of the host where requests are redirected.Protocol to use when redirecting requests.Protocol to use when redirecting requests.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
-
protocol
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
-