Interface BatchLookupUserUnameRequest.Builder

  • Method Details

    • networkId

      The ID of the Wickr network where the users will be looked up.

      Parameters:
      networkId - The ID of the Wickr network where the users will be looked up.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unames

      A list of username hashes (unames) to look up. Each uname is a unique identifier for a user's username. Maximum 50 unames per batch request.

      Parameters:
      unames - A list of username hashes (unames) to look up. Each uname is a unique identifier for a user's username. Maximum 50 unames per batch request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unames

      A list of username hashes (unames) to look up. Each uname is a unique identifier for a user's username. Maximum 50 unames per batch request.

      Parameters:
      unames - A list of username hashes (unames) to look up. Each uname is a unique identifier for a user's username. Maximum 50 unames per batch request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      BatchLookupUserUnameRequest.Builder clientToken(String clientToken)

      A unique identifier for this request to ensure idempotency.

      Parameters:
      clientToken - A unique identifier for this request to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      BatchLookupUserUnameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.