Interface UserContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserContext.Builder,,UserContext> SdkBuilder<UserContext.Builder,,UserContext> SdkPojo
- Enclosing class:
UserContext
@Mutable
@NotThreadSafe
public static interface UserContext.Builder
extends SdkPojo, CopyableBuilder<UserContext.Builder,UserContext>
-
Method Summary
Methods 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
-
role
- Parameters:
role-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
role
- Parameters:
role-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userId
Unique identifier of the user
- Parameters:
userId- Unique identifier of the user- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specialty
- Parameters:
specialty-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
specialty
- Parameters:
specialty-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-