Uses of Interface
software.amazon.awssdk.services.iot.model.CloudwatchLogsAction.Builder
-
Packages that use CloudwatchLogsAction.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CloudwatchLogsAction.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CloudwatchLogsAction.Builder Modifier and Type Method Description CloudwatchLogsAction.BuilderCloudwatchLogsAction.Builder. batchMode(Boolean batchMode)Indicates whether batches of log records will be extracted and uploaded into CloudWatch.static CloudwatchLogsAction.BuilderCloudwatchLogsAction. builder()CloudwatchLogsAction.BuilderCloudwatchLogsAction.Builder. logGroupName(String logGroupName)The CloudWatch log group to which the action sends data.CloudwatchLogsAction.BuilderCloudwatchLogsAction.Builder. roleArn(String roleArn)The IAM role that allows access to the CloudWatch log.CloudwatchLogsAction.BuilderCloudwatchLogsAction. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CloudwatchLogsAction.Builder Modifier and Type Method Description static Class<? extends CloudwatchLogsAction.Builder>CloudwatchLogsAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CloudwatchLogsAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. cloudwatchLogs(Consumer<CloudwatchLogsAction.Builder> cloudwatchLogs)Send data to CloudWatch Logs.
-