Interface LoggingOptions.Builder

    • Method Detail

      • roleArn

        LoggingOptions.Builder roleArn​(String roleArn)

        The ARN of the role that grants permission to AWS IoT Events to perform logging.

        Parameters:
        roleArn - The ARN of the role that grants permission to AWS IoT Events to perform logging.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        LoggingOptions.Builder enabled​(Boolean enabled)

        If TRUE, logging is enabled for AWS IoT Events.

        Parameters:
        enabled - If TRUE, logging is enabled for AWS IoT Events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorDebugOptions

        LoggingOptions.Builder detectorDebugOptions​(Collection<DetectorDebugOption> detectorDebugOptions)

        Information that identifies those detector models and their detectors (instances) for which the logging level is given.

        Parameters:
        detectorDebugOptions - Information that identifies those detector models and their detectors (instances) for which the logging level is given.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorDebugOptions

        LoggingOptions.Builder detectorDebugOptions​(DetectorDebugOption... detectorDebugOptions)

        Information that identifies those detector models and their detectors (instances) for which the logging level is given.

        Parameters:
        detectorDebugOptions - Information that identifies those detector models and their detectors (instances) for which the logging level is given.
        Returns:
        Returns a reference to this object so that method calls can be chained together.