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