Interface UpdateDeviceRequest.Builder

    • Method Detail

      • globalNetworkId

        UpdateDeviceRequest.Builder globalNetworkId​(String globalNetworkId)

        The ID of the global network.

        Parameters:
        globalNetworkId - The ID of the global network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceId

        UpdateDeviceRequest.Builder deviceId​(String deviceId)

        The ID of the device.

        Parameters:
        deviceId - The ID of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsLocation

        UpdateDeviceRequest.Builder awsLocation​(AWSLocation awsLocation)

        The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.

        Parameters:
        awsLocation - The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateDeviceRequest.Builder description​(String description)

        A description of the device.

        Constraints: Maximum length of 256 characters.

        Parameters:
        description - A description of the device.

        Constraints: Maximum length of 256 characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        UpdateDeviceRequest.Builder type​(String type)

        The type of the device.

        Parameters:
        type - The type of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vendor

        UpdateDeviceRequest.Builder vendor​(String vendor)

        The vendor of the device.

        Constraints: Maximum length of 128 characters.

        Parameters:
        vendor - The vendor of the device.

        Constraints: Maximum length of 128 characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • model

        UpdateDeviceRequest.Builder model​(String model)

        The model of the device.

        Constraints: Maximum length of 128 characters.

        Parameters:
        model - The model of the device.

        Constraints: Maximum length of 128 characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serialNumber

        UpdateDeviceRequest.Builder serialNumber​(String serialNumber)

        The serial number of the device.

        Constraints: Maximum length of 128 characters.

        Parameters:
        serialNumber - The serial number of the device.

        Constraints: Maximum length of 128 characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        UpdateDeviceRequest.Builder location​(Location location)
        Sets the value of the Location property for this object.
        Parameters:
        location - The new value for the Location property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • siteId

        UpdateDeviceRequest.Builder siteId​(String siteId)

        The ID of the site.

        Parameters:
        siteId - The ID of the site.
        Returns:
        Returns a reference to this object so that method calls can be chained together.