Interface IoTJobAbortConfig.Builder

    • Method Detail

      • criteriaList

        IoTJobAbortConfig.Builder criteriaList​(Collection<IoTJobAbortCriteria> criteriaList)

        The list of criteria that define when and how to cancel the configuration deployment.

        Parameters:
        criteriaList - The list of criteria that define when and how to cancel the configuration deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criteriaList

        IoTJobAbortConfig.Builder criteriaList​(IoTJobAbortCriteria... criteriaList)

        The list of criteria that define when and how to cancel the configuration deployment.

        Parameters:
        criteriaList - The list of criteria that define when and how to cancel the configuration deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.