public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
attributePath(String attributePath)
The attribute path used to specify which attribute name to search.
|
Filter.Builder |
attributeValue(String attributeValue)
Represents the data for an attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder attributePath(String attributePath)
The attribute path used to specify which attribute name to search. Length limit is 255 characters. For
example, UserName is a valid attribute path for the ListUsers API, and
DisplayName is a valid attribute path for the ListGroups API.
attributePath - The attribute path used to specify which attribute name to search. Length limit is 255 characters. For
example, UserName is a valid attribute path for the ListUsers API, and
DisplayName is a valid attribute path for the ListGroups API.Filter.Builder attributeValue(String attributeValue)
Represents the data for an attribute. Each attribute value is described as a name-value pair.
attributeValue - Represents the data for an attribute. Each attribute value is described as a name-value pair.Copyright © 2021. All rights reserved.