public static interface HttpHeaderConditionConfig.Builder extends SdkPojo, CopyableBuilder<HttpHeaderConditionConfig.Builder,HttpHeaderConditionConfig>
Modifier and Type | Method and Description |
---|---|
HttpHeaderConditionConfig.Builder |
httpHeaderName(String httpHeaderName)
Sets the value of the HttpHeaderName property for this object.
|
HttpHeaderConditionConfig.Builder |
values(Collection<String> values)
Sets the value of the Values property for this object.
|
HttpHeaderConditionConfig.Builder |
values(String... values)
Sets the value of the Values property for this object.
|
copy
applyMutation, build
HttpHeaderConditionConfig.Builder httpHeaderName(String httpHeaderName)
httpHeaderName
- The new value for the HttpHeaderName property for this object.HttpHeaderConditionConfig.Builder values(Collection<String> values)
values
- The new value for the Values property for this object.HttpHeaderConditionConfig.Builder values(String... values)
values
- The new value for the Values property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.