public static class ExtendHttpResponseHeaderAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExtendHttpResponseHeaderAction |
build() |
ExtendHttpResponseHeaderAction.Builder |
copy(ExtendHttpResponseHeaderAction model) |
ExtendHttpResponseHeaderAction.Builder |
header(String header)
A header field name that conforms to RFC 7230.
|
ExtendHttpResponseHeaderAction.Builder |
value(String value)
A header field value that conforms to RFC 7230.
|
public ExtendHttpResponseHeaderAction.Builder header(String header)
A header field name that conforms to RFC 7230.
Example: example_header_name
header
- the value to setpublic ExtendHttpResponseHeaderAction.Builder value(String value)
A header field value that conforms to RFC 7230.
Example: example_value
value
- the value to setpublic ExtendHttpResponseHeaderAction build()
public ExtendHttpResponseHeaderAction.Builder copy(ExtendHttpResponseHeaderAction model)
Copyright © 2016–2024. All rights reserved.