Interface ListDeviceProfilesResponse.Builder

    • Method Detail

      • nextToken

        ListDeviceProfilesResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceProfileList

        ListDeviceProfilesResponse.Builder deviceProfileList​(Collection<DeviceProfile> deviceProfileList)

        The list of device profiles.

        Parameters:
        deviceProfileList - The list of device profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceProfileList

        ListDeviceProfilesResponse.Builder deviceProfileList​(DeviceProfile... deviceProfileList)

        The list of device profiles.

        Parameters:
        deviceProfileList - The list of device profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.