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