Interface UserContextDataType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserContextDataType.Builder,,UserContextDataType> SdkBuilder<UserContextDataType.Builder,,UserContextDataType> SdkPojo
- Enclosing class:
- UserContextDataType
@Mutable
@NotThreadSafe
public static interface UserContextDataType.Builder
extends SdkPojo, CopyableBuilder<UserContextDataType.Builder,UserContextDataType>
-
Method Summary
Modifier and TypeMethodDescriptionencodedData(String encodedData) Encoded device-fingerprint details that your app collected with the Amazon Cognito context data collection library.The source IP address of your user's device.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
-
ipAddress
The source IP address of your user's device.
- Parameters:
ipAddress- The source IP address of your user's device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encodedData
Encoded device-fingerprint details that your app collected with the Amazon Cognito context data collection library. For more information, see Adding user device and session data to API requests.
- Parameters:
encodedData- Encoded device-fingerprint details that your app collected with the Amazon Cognito context data collection library. For more information, see Adding user device and session data to API requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-