Interface DescribeOutboundConnectionsResponse.Builder

    • Method Detail

      • connections

        DescribeOutboundConnectionsResponse.Builder connections​(Collection<OutboundConnection> connections)

        List of outbound connections that match the filter criteria.

        Parameters:
        connections - List of outbound connections that match the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connections

        DescribeOutboundConnectionsResponse.Builder connections​(OutboundConnection... connections)

        List of outbound connections that match the filter criteria.

        Parameters:
        connections - List of outbound connections that match the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeOutboundConnectionsResponse.Builder nextToken​(String nextToken)

        When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

        Parameters:
        nextToken - When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.