public static interface LocationFilter.Builder extends SdkPojo, CopyableBuilder<LocationFilter.Builder,LocationFilter>
| Modifier and Type | Method and Description |
|---|---|
LocationFilter.Builder |
name(LocationFilterName name)
The name of the filter being used.
|
LocationFilter.Builder |
name(String name)
The name of the filter being used.
|
LocationFilter.Builder |
operator(Operator operator)
The operator that is used to compare filter values (for example,
Equals or Contains
). |
LocationFilter.Builder |
operator(String operator)
The operator that is used to compare filter values (for example,
Equals or Contains
). |
LocationFilter.Builder |
values(Collection<String> values)
The values that you want to filter for.
|
LocationFilter.Builder |
values(String... values)
The values that you want to filter for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocationFilter.Builder name(String name)
The name of the filter being used. Each API call supports a list of filters that are available for it (for
example, LocationType for ListLocations).
name - The name of the filter being used. Each API call supports a list of filters that are available for it
(for example, LocationType for ListLocations).LocationFilterName,
LocationFilterNameLocationFilter.Builder name(LocationFilterName name)
The name of the filter being used. Each API call supports a list of filters that are available for it (for
example, LocationType for ListLocations).
name - The name of the filter being used. Each API call supports a list of filters that are available for it
(for example, LocationType for ListLocations).LocationFilterName,
LocationFilterNameLocationFilter.Builder values(Collection<String> values)
The values that you want to filter for. For example, you might want to display only Amazon S3 locations.
values - The values that you want to filter for. For example, you might want to display only Amazon S3
locations.LocationFilter.Builder values(String... values)
The values that you want to filter for. For example, you might want to display only Amazon S3 locations.
values - The values that you want to filter for. For example, you might want to display only Amazon S3
locations.LocationFilter.Builder operator(String operator)
The operator that is used to compare filter values (for example, Equals or Contains
).
LocationFilter.Builder operator(Operator operator)
The operator that is used to compare filter values (for example, Equals or Contains
).
Copyright © 2023. All rights reserved.