Uses of Interface
software.amazon.awssdk.services.iot.model.EnableIoTLoggingParams.Builder
-
Packages that use EnableIoTLoggingParams.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of EnableIoTLoggingParams.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return EnableIoTLoggingParams.Builder Modifier and Type Method Description static EnableIoTLoggingParams.BuilderEnableIoTLoggingParams. builder()EnableIoTLoggingParams.BuilderEnableIoTLoggingParams.Builder. logLevel(String logLevel)Specifies the type of information to be logged.EnableIoTLoggingParams.BuilderEnableIoTLoggingParams.Builder. logLevel(LogLevel logLevel)Specifies the type of information to be logged.EnableIoTLoggingParams.BuilderEnableIoTLoggingParams.Builder. roleArnForLogging(String roleArnForLogging)The Amazon Resource Name (ARN) of the IAM role used for logging.EnableIoTLoggingParams.BuilderEnableIoTLoggingParams. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type EnableIoTLoggingParams.Builder Modifier and Type Method Description static Class<? extends EnableIoTLoggingParams.Builder>EnableIoTLoggingParams. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type EnableIoTLoggingParams.Builder Modifier and Type Method Description default MitigationActionParams.BuilderMitigationActionParams.Builder. enableIoTLoggingParams(Consumer<EnableIoTLoggingParams.Builder> enableIoTLoggingParams)Parameters to define a mitigation action that enables Amazon Web Services IoT Core logging at a specified level of detail.
-