Interface UnprocessedIdentityId.Builder

    • Method Detail

      • identityId

        UnprocessedIdentityId.Builder identityId​(String identityId)

        A unique identifier in the format REGION:GUID.

        Parameters:
        identityId - A unique identifier in the format REGION:GUID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        UnprocessedIdentityId.Builder errorCode​(String errorCode)

        The error code indicating the type of error that occurred.

        Parameters:
        errorCode - The error code indicating the type of error that occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorCode

        UnprocessedIdentityId.Builder errorCode​(ErrorCode errorCode)

        The error code indicating the type of error that occurred.

        Parameters:
        errorCode - The error code indicating the type of error that occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode