Interface UserReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserReference.Builder,,UserReference> SdkBuilder<UserReference.Builder,,UserReference> SdkPojo
- Enclosing class:
UserReference
@Mutable
@NotThreadSafe
public static interface UserReference.Builder
extends SdkPojo, CopyableBuilder<UserReference.Builder,UserReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the userThe type of userThe type of userMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userId
The unique identifier for the user
- Parameters:
userId- The unique identifier for the user- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
The type of user
- Parameters:
userType- The type of user- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
The type of user
- Parameters:
userType- The type of user- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-