Interface ListCustomRoutingPortMappingsResponse.Builder

    • Method Detail

      • portMappings

        ListCustomRoutingPortMappingsResponse.Builder portMappings​(Collection<PortMapping> portMappings)

        The port mappings for a custom routing accelerator.

        Parameters:
        portMappings - The port mappings for a custom routing accelerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portMappings

        ListCustomRoutingPortMappingsResponse.Builder portMappings​(PortMapping... portMappings)

        The port mappings for a custom routing accelerator.

        Parameters:
        portMappings - The port mappings for a custom routing accelerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCustomRoutingPortMappingsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.