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