public static interface StartOnDemandAuditTaskRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
StartOnDemandAuditTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartOnDemandAuditTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartOnDemandAuditTaskRequest.Builder |
targetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the audit.
|
StartOnDemandAuditTaskRequest.Builder |
targetCheckNames(String... targetCheckNames)
Which checks are performed during the audit.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartOnDemandAuditTaskRequest.Builder targetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including
those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account
or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all
checks, including those that are enabled or UpdateAccountAuditConfiguration to select
which checks are enabled.StartOnDemandAuditTaskRequest.Builder targetCheckNames(String... targetCheckNames)
Which checks are performed during the audit. The checks you specify must be enabled for your account or an
exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including
those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account
or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all
checks, including those that are enabled or UpdateAccountAuditConfiguration to select
which checks are enabled.StartOnDemandAuditTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartOnDemandAuditTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.