Interface DescribeClientVpnEndpointsResponse.Builder

    • Method Detail

      • clientVpnEndpoints

        DescribeClientVpnEndpointsResponse.Builder clientVpnEndpoints​(Collection<ClientVpnEndpoint> clientVpnEndpoints)

        Information about the Client VPN endpoints.

        Parameters:
        clientVpnEndpoints - Information about the Client VPN endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientVpnEndpoints

        DescribeClientVpnEndpointsResponse.Builder clientVpnEndpoints​(ClientVpnEndpoint... clientVpnEndpoints)

        Information about the Client VPN endpoints.

        Parameters:
        clientVpnEndpoints - Information about the Client VPN endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeClientVpnEndpointsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.