public static interface UserSearchFilter.Builder extends SdkPojo, CopyableBuilder<UserSearchFilter.Builder,UserSearchFilter>
| Modifier and Type | Method and Description |
|---|---|
default UserSearchFilter.Builder |
tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
Sets the value of the TagFilter property for this object.
|
UserSearchFilter.Builder |
tagFilter(ControlPlaneTagFilter tagFilter)
Sets the value of the TagFilter property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserSearchFilter.Builder tagFilter(ControlPlaneTagFilter tagFilter)
tagFilter - The new value for the TagFilter property for this object.default UserSearchFilter.Builder tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
ControlPlaneTagFilter.Builder avoiding
the need to create one manually via ControlPlaneTagFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tagFilter(ControlPlaneTagFilter).tagFilter - a consumer that will call methods on ControlPlaneTagFilter.BuildertagFilter(ControlPlaneTagFilter)Copyright © 2022. All rights reserved.