Interface DescribeVpnConcentratorsResponse.Builder

    • Method Detail

      • vpnConcentrators

        DescribeVpnConcentratorsResponse.Builder vpnConcentrators​(Collection<VpnConcentrator> vpnConcentrators)

        Information about the VPN concentrators.

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

        DescribeVpnConcentratorsResponse.Builder vpnConcentrators​(VpnConcentrator... vpnConcentrators)

        Information about the VPN concentrators.

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

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