| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingOptions.Builder |
LoggingOptions.builder() |
LoggingOptions.Builder |
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 |
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 |
LoggingOptions.Builder.detectorDebugOptions(DetectorDebugOption... detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level
is given.
|
LoggingOptions.Builder |
LoggingOptions.Builder.enabled(Boolean enabled)
If TRUE, logging is enabled for AWS IoT Events.
|
LoggingOptions.Builder |
LoggingOptions.Builder.level(LoggingLevel level)
The logging level.
|
LoggingOptions.Builder |
LoggingOptions.Builder.level(String level)
The logging level.
|
LoggingOptions.Builder |
LoggingOptions.Builder.roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform logging.
|
LoggingOptions.Builder |
LoggingOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingOptions.Builder> |
LoggingOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutLoggingOptionsRequest.Builder |
PutLoggingOptionsRequest.Builder.loggingOptions(Consumer<LoggingOptions.Builder> loggingOptions)
The new values of the AWS IoT Events logging options.
|
default DescribeLoggingOptionsResponse.Builder |
DescribeLoggingOptionsResponse.Builder.loggingOptions(Consumer<LoggingOptions.Builder> loggingOptions)
The current settings of the AWS IoT Events logging options.
|
Copyright © 2022. All rights reserved.