Interface ListConnectionTypesResponse.Builder

    • Method Detail

      • connectionTypes

        ListConnectionTypesResponse.Builder connectionTypes​(Collection<ConnectionTypeBrief> connectionTypes)

        A list of ConnectionTypeBrief objects containing brief information about the supported connection types.

        Parameters:
        connectionTypes - A list of ConnectionTypeBrief objects containing brief information about the supported connection types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionTypes

        ListConnectionTypesResponse.Builder connectionTypes​(ConnectionTypeBrief... connectionTypes)

        A list of ConnectionTypeBrief objects containing brief information about the supported connection types.

        Parameters:
        connectionTypes - A list of ConnectionTypeBrief objects containing brief information about the supported connection types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectionTypesResponse.Builder nextToken​(String nextToken)

        A continuation token, if the current list segment is not the last.

        Parameters:
        nextToken - A continuation token, if the current list segment is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.