Uses of Interface
software.amazon.awssdk.services.iotevents.model.LoggingOptions.Builder
-
Packages that use LoggingOptions.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of LoggingOptions.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return LoggingOptions.Builder Modifier and Type Method Description static LoggingOptions.BuilderLoggingOptions. builder()LoggingOptions.BuilderLoggingOptions.Builder. detectorDebugOptions(Collection<DetectorDebugOption> detectorDebugOptions)Information that identifies those detector models and their detectors (instances) for which the logging level is given.LoggingOptions.BuilderLoggingOptions.Builder. detectorDebugOptions(Consumer<DetectorDebugOption.Builder>... detectorDebugOptions)Information that identifies those detector models and their detectors (instances) for which the logging level is given.LoggingOptions.BuilderLoggingOptions.Builder. detectorDebugOptions(DetectorDebugOption... detectorDebugOptions)Information that identifies those detector models and their detectors (instances) for which the logging level is given.LoggingOptions.BuilderLoggingOptions.Builder. enabled(Boolean enabled)If TRUE, logging is enabled for AWS IoT Events.LoggingOptions.BuilderLoggingOptions.Builder. level(String level)The logging level.LoggingOptions.BuilderLoggingOptions.Builder. level(LoggingLevel level)The logging level.LoggingOptions.BuilderLoggingOptions.Builder. roleArn(String roleArn)The ARN of the role that grants permission to AWS IoT Events to perform logging.LoggingOptions.BuilderLoggingOptions. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type LoggingOptions.Builder Modifier and Type Method Description static Class<? extends LoggingOptions.Builder>LoggingOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type LoggingOptions.Builder Modifier and Type Method Description default DescribeLoggingOptionsResponse.BuilderDescribeLoggingOptionsResponse.Builder. loggingOptions(Consumer<LoggingOptions.Builder> loggingOptions)The current settings of the AWS IoT Events logging options.default PutLoggingOptionsRequest.BuilderPutLoggingOptionsRequest.Builder. loggingOptions(Consumer<LoggingOptions.Builder> loggingOptions)The new values of the AWS IoT Events logging options.
-