public static interface ListServiceInstancesFilter.Builder extends SdkPojo, CopyableBuilder<ListServiceInstancesFilter.Builder,ListServiceInstancesFilter>
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstancesFilter.Builder |
key(ListServiceInstancesFilterBy key)
The name of a filtering criterion.
|
ListServiceInstancesFilter.Builder |
key(String key)
The name of a filtering criterion.
|
ListServiceInstancesFilter.Builder |
value(String value)
A value to filter by.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceInstancesFilter.Builder key(String key)
The name of a filtering criterion.
key - The name of a filtering criterion.ListServiceInstancesFilterBy,
ListServiceInstancesFilterByListServiceInstancesFilter.Builder key(ListServiceInstancesFilterBy key)
The name of a filtering criterion.
key - The name of a filtering criterion.ListServiceInstancesFilterBy,
ListServiceInstancesFilterByListServiceInstancesFilter.Builder value(String value)
A value to filter by.
With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with an
optional fractional precision (for example, 1985-04-12T23:20:50.52Z).
value - A value to filter by.
With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and
with an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).
Copyright © 2023. All rights reserved.