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
Modifier and TypeMethodDescriptionThe identifier of the user making the retrieval request.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
-
userId
The identifier of the user making the retrieval request.
- Parameters:
userId- The identifier of the user making the retrieval request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-