Interface GetVpnConnectionDeviceTypesResponse.Builder

    • Method Detail

      • vpnConnectionDeviceTypes

        GetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes​(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)

        List of customer gateway devices that have a sample configuration file available for use.

        Parameters:
        vpnConnectionDeviceTypes - List of customer gateway devices that have a sample configuration file available for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpnConnectionDeviceTypes

        GetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes​(VpnConnectionDeviceType... vpnConnectionDeviceTypes)

        List of customer gateway devices that have a sample configuration file available for use.

        Parameters:
        vpnConnectionDeviceTypes - List of customer gateway devices that have a sample configuration file available for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetVpnConnectionDeviceTypesResponse.Builder nextToken​(String nextToken)

        The NextToken value to include in a future GetVpnConnectionDeviceTypes request. When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The NextToken value to include in a future GetVpnConnectionDeviceTypes request. When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this value can be used 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.