Interface GetMappingResponse.Builder

    • Method Detail

      • mapping

        GetMappingResponse.Builder mapping​(Collection<MappingEntry> mapping)

        A list of mappings to the specified targets.

        Parameters:
        mapping - A list of mappings to the specified targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapping

        GetMappingResponse.Builder mapping​(MappingEntry... mapping)

        A list of mappings to the specified targets.

        Parameters:
        mapping - A list of mappings to the specified targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.