Interface GetDeviceDefinitionVersionRequest.Builder

    • Method Detail

      • deviceDefinitionId

        GetDeviceDefinitionVersionRequest.Builder deviceDefinitionId​(String deviceDefinitionId)
        The ID of the device definition.
        Parameters:
        deviceDefinitionId - The ID of the device definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceDefinitionVersionId

        GetDeviceDefinitionVersionRequest.Builder deviceDefinitionVersionId​(String deviceDefinitionVersionId)
        The ID of the device definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version is the last one that was associated with a device definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Parameters:
        deviceDefinitionVersionId - The ID of the device definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version is the last one that was associated with a device definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDeviceDefinitionVersionRequest.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.