Interface ListIdMappingTablesResponse.Builder

    • Method Detail

      • idMappingTableSummaries

        ListIdMappingTablesResponse.Builder idMappingTableSummaries​(Collection<IdMappingTableSummary> idMappingTableSummaries)

        The summary information of the ID mapping tables that you requested.

        Parameters:
        idMappingTableSummaries - The summary information of the ID mapping tables that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idMappingTableSummaries

        ListIdMappingTablesResponse.Builder idMappingTableSummaries​(IdMappingTableSummary... idMappingTableSummaries)

        The summary information of the ID mapping tables that you requested.

        Parameters:
        idMappingTableSummaries - The summary information of the ID mapping tables that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIdMappingTablesResponse.Builder nextToken​(String nextToken)

        The token value provided to access the next page of results.

        Parameters:
        nextToken - The token value provided to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.