Interface ListClientVpcConnectionsResponse.Builder

    • Method Detail

      • clientVpcConnections

        ListClientVpcConnectionsResponse.Builder clientVpcConnections​(ClientVpcConnection... clientVpcConnections)

        List of client VPC connections.

        Parameters:
        clientVpcConnections -

        List of client VPC connections.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListClientVpcConnectionsResponse.Builder nextToken​(String nextToken)

        The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

        Parameters:
        nextToken -

        The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.