Interface UpdateAccountAuditConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAccountAuditConfigurationRequest.Builder,UpdateAccountAuditConfigurationRequest>
,IotRequest.Builder
,SdkBuilder<UpdateAccountAuditConfigurationRequest.Builder,UpdateAccountAuditConfigurationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateAccountAuditConfigurationRequest
public static interface UpdateAccountAuditConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountAuditConfigurationRequest.Builder,UpdateAccountAuditConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roleArn
UpdateAccountAuditConfigurationRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditNotificationTargetConfigurationsWithStrings
UpdateAccountAuditConfigurationRequest.Builder auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
- Parameters:
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditNotificationTargetConfigurations
UpdateAccountAuditConfigurationRequest.Builder auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
- Parameters:
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditCheckConfigurations
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.Some data collection might start 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's 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.- Parameters:
auditCheckConfigurations
- Specifies which audit checks are enabled and disabled for this account. UseDescribeAccountAuditConfiguration
to see the list of all checks, including those that are currently enabled.Some data collection might start 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's 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAccountAuditConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAccountAuditConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-