public static interface LoggingOptions.Builder extends SdkPojo, CopyableBuilder<LoggingOptions.Builder,LoggingOptions>
| Modifier and Type | Method and Description |
|---|---|
LoggingOptions.Builder |
detectorDebugOptions(Collection<DetectorDebugOption> detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level
is given.
|
LoggingOptions.Builder |
detectorDebugOptions(Consumer<DetectorDebugOption.Builder>... detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level
is given.
|
LoggingOptions.Builder |
detectorDebugOptions(DetectorDebugOption... detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level
is given.
|
LoggingOptions.Builder |
enabled(Boolean enabled)
If TRUE, logging is enabled for AWS IoT Events.
|
LoggingOptions.Builder |
level(LoggingLevel level)
The logging level.
|
LoggingOptions.Builder |
level(String level)
The logging level.
|
LoggingOptions.Builder |
roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform logging.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingOptions.Builder roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform logging.
roleArn - The ARN of the role that grants permission to AWS IoT Events to perform logging.LoggingOptions.Builder level(String level)
The logging level.
level - The logging level.LoggingLevel,
LoggingLevelLoggingOptions.Builder level(LoggingLevel level)
The logging level.
level - The logging level.LoggingLevel,
LoggingLevelLoggingOptions.Builder enabled(Boolean enabled)
If TRUE, logging is enabled for AWS IoT Events.
enabled - If TRUE, logging is enabled for AWS IoT Events.LoggingOptions.Builder detectorDebugOptions(Collection<DetectorDebugOption> detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level is given.
detectorDebugOptions - Information that identifies those detector models and their detectors (instances) for which the
logging level is given.LoggingOptions.Builder detectorDebugOptions(DetectorDebugOption... detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level is given.
detectorDebugOptions - Information that identifies those detector models and their detectors (instances) for which the
logging level is given.LoggingOptions.Builder detectorDebugOptions(Consumer<DetectorDebugOption.Builder>... detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level is given.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #detectorDebugOptions(List) .detectorDebugOptions - a consumer that will call methods on List.Builder #detectorDebugOptions(List) Copyright © 2022. All rights reserved.