Interface ListUsersRequest.Builder

  • Method Details

    • maxResults

      ListUsersRequest.Builder maxResults(Integer maxResults)

      Specifies the number of users to return as a response to the ListUsers request.

      Parameters:
      maxResults - Specifies the number of users to return as a response to the ListUsers request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListUsersRequest.Builder nextToken(String nextToken)

      If there are additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass the NextToken to a subsequent ListUsers command, to continue listing additional users.

      Parameters:
      nextToken - If there are additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass the NextToken to a subsequent ListUsers command, to continue listing additional users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverId

      ListUsersRequest.Builder serverId(String serverId)

      A system-assigned unique identifier for a server that has users assigned to it.

      Parameters:
      serverId - A system-assigned unique identifier for a server that has users assigned to it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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