Interface GetUserRequest.Builder

  • Method Details

    • networkId

      GetUserRequest.Builder networkId(String networkId)

      The ID of the Wickr network containing the user.

      Parameters:
      networkId - The ID of the Wickr network containing the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The unique identifier of the user to retrieve.

      Parameters:
      userId - The unique identifier of the user to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      GetUserRequest.Builder startTime(Instant startTime)

      The start time for filtering the user's last activity. Only activity after this timestamp will be considered. Time is specified in epoch seconds.

      Parameters:
      startTime - The start time for filtering the user's last activity. Only activity after this timestamp will be considered. Time is specified in epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      GetUserRequest.Builder endTime(Instant endTime)

      The end time for filtering the user's last activity. Only activity before this timestamp will be considered. Time is specified in epoch seconds.

      Parameters:
      endTime - The end time for filtering the user's last activity. Only activity before this timestamp will be considered. Time is specified in epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetUserRequest.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.