public static interface HttpActionHeader.Builder extends SdkPojo, CopyableBuilder<HttpActionHeader.Builder,HttpActionHeader>
| Modifier and Type | Method and Description |
|---|---|
HttpActionHeader.Builder |
key(String key)
The HTTP header key.
|
HttpActionHeader.Builder |
value(String value)
The HTTP header value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpActionHeader.Builder key(String key)
The HTTP header key.
key - The HTTP header key.HttpActionHeader.Builder value(String value)
The HTTP header value. Substitution templates are supported.
value - The HTTP header value. Substitution templates are supported.Copyright © 2019. All rights reserved.