Interface ListVpcConnectionsResponse.Builder

    • Method Detail

      • vpcConnections

        ListVpcConnectionsResponse.Builder vpcConnections​(VpcConnection... vpcConnections)

        List of VPC connections.

        Parameters:
        vpcConnections -

        List of VPC connections.

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

        ListVpcConnectionsResponse.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.