public static interface UpdateAccountAuditConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountAuditConfigurationRequest.Builder,UpdateAccountAuditConfigurationRequest>
Modifier and Type | Method and Description |
---|---|
UpdateAccountAuditConfigurationRequest.Builder |
auditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Specifies which audit checks are enabled and disabled for this account.
|
UpdateAccountAuditConfigurationRequest.Builder |
auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
UpdateAccountAuditConfigurationRequest.Builder |
auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
UpdateAccountAuditConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAccountAuditConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateAccountAuditConfigurationRequest.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 necessary when performing an audit.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateAccountAuditConfigurationRequest.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 necessary when performing an audit.
roleArn
- The ARN of the role that grants permission to AWS IoT to access information about your devices,
policies, certificates and other items as necessary when performing an audit.UpdateAccountAuditConfigurationRequest.Builder auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent.UpdateAccountAuditConfigurationRequest.Builder auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent.UpdateAccountAuditConfigurationRequest.Builder auditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Specifies which audit checks are enabled and disabled for this account. Use
DescribeAccountAuditConfiguration
to see the list of all checks including those that are
currently enabled.
Note that some data collection may begin immediately when certain checks are enabled. When a check is disabled, any data collected so far in relation to the check is deleted.
You cannot disable a check if it is used by any scheduled audit. You must first delete the check from the scheduled audit or delete the scheduled audit itself.
On the first call to UpdateAccountAuditConfiguration
this parameter is required and must specify
at least one enabled check.
auditCheckConfigurations
- Specifies which audit checks are enabled and disabled for this account. Use
DescribeAccountAuditConfiguration
to see the list of all checks including those that are
currently enabled.
Note that some data collection may begin immediately when certain checks are enabled. When a check is disabled, any data collected so far in relation to the check is deleted.
You cannot disable a check if it is used by any scheduled audit. You must first delete the check from the scheduled audit or delete the scheduled audit itself.
On the first call to UpdateAccountAuditConfiguration
this parameter is required and must
specify at least one enabled check.
UpdateAccountAuditConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateAccountAuditConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.