public static interface StartOnDemandAuditTaskRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>
Modifier and Type | Method and Description |
---|---|
StartOnDemandAuditTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartOnDemandAuditTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartOnDemandAuditTaskRequest.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.