Interface SearchedUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchedUser.Builder,
,SearchedUser> SdkBuilder<SearchedUser.Builder,
,SearchedUser> SdkPojo
- Enclosing class:
SearchedUser
public static interface SearchedUser.Builder
extends SdkPojo, CopyableBuilder<SearchedUser.Builder,SearchedUser>
-
Method Summary
Modifier and TypeMethodDescriptionA provided ID for the UserID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
userId
A provided ID for the UserID. Unique within the collection.
- Parameters:
userId
- A provided ID for the UserID. Unique within the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-