Interface ListCoreDevicesResponse.Builder

    • Method Detail

      • coreDevices

        ListCoreDevicesResponse.Builder coreDevices​(Collection<CoreDevice> coreDevices)

        A list that summarizes each core device.

        Parameters:
        coreDevices - A list that summarizes each core device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coreDevices

        ListCoreDevicesResponse.Builder coreDevices​(CoreDevice... coreDevices)

        A list that summarizes each core device.

        Parameters:
        coreDevices - A list that summarizes each core device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCoreDevicesResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - The token for 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.