public static interface DescribeAccountAuditConfigurationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountAuditConfigurationResponse.Builder,DescribeAccountAuditConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAccountAuditConfigurationResponse.Builder |
auditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Which audit checks are enabled and disabled for this account.
|
DescribeAccountAuditConfigurationResponse.Builder |
auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
DescribeAccountAuditConfigurationResponse.Builder |
auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
DescribeAccountAuditConfigurationResponse.Builder |
roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT to access information about your devices, policies,
certificates, and other items as required when performing an audit.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAccountAuditConfigurationResponse.Builder roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
roleArn
- The ARN of the role that grants permission to AWS IoT to access information about your devices,
policies, certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
DescribeAccountAuditConfigurationResponse.Builder auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent for this account.DescribeAccountAuditConfigurationResponse.Builder auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent for this account.DescribeAccountAuditConfigurationResponse.Builder auditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Which audit checks are enabled and disabled for this account.
auditCheckConfigurations
- Which audit checks are enabled and disabled for this account.Copyright © 2020. All rights reserved.