Uses of Interface
software.amazon.awssdk.services.iot.model.AuditNotificationTarget.Builder
-
Packages that use AuditNotificationTarget.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditNotificationTarget.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditNotificationTarget.Builder Modifier and Type Method Description static AuditNotificationTarget.BuilderAuditNotificationTarget. builder()AuditNotificationTarget.BuilderAuditNotificationTarget.Builder. enabled(Boolean enabled)True if notifications to the target are enabled.AuditNotificationTarget.BuilderAuditNotificationTarget.Builder. roleArn(String roleArn)The ARN of the role that grants permission to send notifications to the target.AuditNotificationTarget.BuilderAuditNotificationTarget.Builder. targetArn(String targetArn)The ARN of the target (SNS topic) to which audit notifications are sent.AuditNotificationTarget.BuilderAuditNotificationTarget. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditNotificationTarget.Builder Modifier and Type Method Description static Class<? extends AuditNotificationTarget.Builder>AuditNotificationTarget. serializableBuilderClass()
-