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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartOnDemandAuditTaskRequest.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.Builder
StartOnDemandAuditTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.