public static interface LocationFilter.Builder extends SdkPojo, CopyableBuilder<LocationFilter.Builder,LocationFilter>
| Modifier and Type | Method and Description |
|---|---|
LocationFilter.Builder |
name(LocationFilterName name)
Sets the value of the Name property for this object.
|
LocationFilter.Builder |
name(String name)
Sets the value of the Name property for this object.
|
LocationFilter.Builder |
operator(Operator operator)
Sets the value of the Operator property for this object.
|
LocationFilter.Builder |
operator(String operator)
Sets the value of the Operator property for this object.
|
LocationFilter.Builder |
values(Collection<String> values)
Sets the value of the Values property for this object.
|
LocationFilter.Builder |
values(String... values)
Sets the value of the Values property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocationFilter.Builder name(String name)
name - The new value for the Name property for this object.LocationFilterName,
LocationFilterNameLocationFilter.Builder name(LocationFilterName name)
name - The new value for the Name property for this object.LocationFilterName,
LocationFilterNameLocationFilter.Builder values(Collection<String> values)
values - The new value for the Values property for this object.LocationFilter.Builder values(String... values)
values - The new value for the Values property for this object.LocationFilter.Builder operator(String operator)
LocationFilter.Builder operator(Operator operator)
Copyright © 2020. All rights reserved.