public static final class ALBFailActionHTTPRedirect.Builder
extends java.lang.Object
ALBFailActionHTTPRedirect.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBFailActionHTTPRedirect. |
| Modifier and Type | Method and Description |
|---|---|
ALBFailActionHTTPRedirect |
build() |
ALBFailActionHTTPRedirect.Builder |
setHost(java.lang.String host)
host of FailActionHTTPRedirect.
|
ALBFailActionHTTPRedirect.Builder |
setPath(java.lang.String path)
path of FailActionHTTPRedirect.
|
ALBFailActionHTTPRedirect.Builder |
setProtocol(java.lang.String protocol)
Possible values are:
ALBFailActionHTTPRedirect.PROTOCOL_HTTP
ALBFailActionHTTPRedirect.PROTOCOL_HTTPS
Enum options - HTTP, HTTPS. |
ALBFailActionHTTPRedirect.Builder |
setQuery(java.lang.String query)
query of FailActionHTTPRedirect.
|
ALBFailActionHTTPRedirect.Builder |
setStatusCode(java.lang.String statusCode)
Possible values are:
ALBFailActionHTTPRedirect.STATUS_CODE_301
ALBFailActionHTTPRedirect.STATUS_CODE_302
ALBFailActionHTTPRedirect.STATUS_CODE_307
Enum options - HTTP_REDIRECT_STATUS_CODE_301,
HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. |
public Builder()
ALBFailActionHTTPRedirect.public ALBFailActionHTTPRedirect.Builder setHost(java.lang.String host)
host - New value for the property.public ALBFailActionHTTPRedirect.Builder setPath(java.lang.String path)
path - New value for the property.public ALBFailActionHTTPRedirect.Builder setProtocol(java.lang.String protocol)
protocol - New value for the property.public ALBFailActionHTTPRedirect.Builder setQuery(java.lang.String query)
query - New value for the property.public ALBFailActionHTTPRedirect.Builder setStatusCode(java.lang.String statusCode)
statusCode - New value for the property.public ALBFailActionHTTPRedirect build()