Interface GetDeviceDiscoveryResponse.Builder

  • Method Details

    • id

      The id of the device discovery job request.

      Parameters:
      id - The id of the device discovery job request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the device discovery job request.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the device discovery job request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • discoveryType

      GetDeviceDiscoveryResponse.Builder discoveryType(String discoveryType)

      The discovery type supporting the type of device to be discovered in the device discovery job request.

      Parameters:
      discoveryType - The discovery type supporting the type of device to be discovered in the device discovery job request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • discoveryType

      GetDeviceDiscoveryResponse.Builder discoveryType(DiscoveryType discoveryType)

      The discovery type supporting the type of device to be discovered in the device discovery job request.

      Parameters:
      discoveryType - The discovery type supporting the type of device to be discovered in the device discovery job request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the device discovery job request.

      Parameters:
      status - The status of the device discovery job request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the device discovery job request.

      Parameters:
      status - The status of the device discovery job request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedAt

      The timestamp value for the start time of the device discovery.

      Parameters:
      startedAt - The timestamp value for the start time of the device discovery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controllerId

      GetDeviceDiscoveryResponse.Builder controllerId(String controllerId)

      The id of the end-user's IoT hub.

      Parameters:
      controllerId - The id of the end-user's IoT hub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorAssociationId

      @Deprecated GetDeviceDiscoveryResponse.Builder connectorAssociationId(String connectorAssociationId)
      Deprecated.
      ConnectorAssociationId has been deprecated

      The ID tracking the current discovery process for one connector association.

      Parameters:
      connectorAssociationId - The ID tracking the current discovery process for one connector association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountAssociationId

      GetDeviceDiscoveryResponse.Builder accountAssociationId(String accountAssociationId)

      The identifier of the account association used for the device discovery.

      Parameters:
      accountAssociationId - The identifier of the account association used for the device discovery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finishedAt

      The timestamp value for the completion time of the device discovery.

      Parameters:
      finishedAt - The timestamp value for the completion time of the device discovery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Deprecated.
      Tags have been deprecated from this api

      A set of key/value pairs that are used to manage the device discovery request.

      Parameters:
      tags - A set of key/value pairs that are used to manage the device discovery request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.