protected static class Redirect.BuilderImpl extends Object implements Redirect.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
Modifier and Type | Method and Description |
---|---|
Redirect |
build() |
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
hostName() |
Redirect.Builder |
hostName(String hostName) |
String |
httpRedirectCode() |
Redirect.Builder |
httpRedirectCode(String httpRedirectCode) |
Protocol |
protocol() |
Redirect.Builder |
protocol(Protocol protocol) |
String |
replaceKeyPrefixWith() |
Redirect.Builder |
replaceKeyPrefixWith(String replaceKeyPrefixWith) |
String |
replaceKeyWith() |
Redirect.Builder |
replaceKeyWith(String replaceKeyWith) |
public Redirect build()
build
in interface Redirect.Builder
public final Redirect.Builder hostName(String hostName)
hostName
in interface Redirect.Builder
public final Redirect.Builder httpRedirectCode(String httpRedirectCode)
httpRedirectCode
in interface Redirect.Builder
public final Redirect.Builder protocol(Protocol protocol)
protocol
in interface Redirect.Builder
public final Redirect.Builder replaceKeyPrefixWith(String replaceKeyPrefixWith)
replaceKeyPrefixWith
in interface Redirect.Builder
public final Redirect.Builder replaceKeyWith(String replaceKeyWith)
replaceKeyWith
in interface Redirect.Builder
public String hostName()
public String httpRedirectCode()
public Protocol protocol()
public String replaceKeyPrefixWith()
public String replaceKeyWith()
Copyright © 2021. All rights reserved.