Interface StartOnDemandAuditTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>,IotRequest.Builder,SdkBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartOnDemandAuditTaskRequest
public static interface StartOnDemandAuditTaskRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartOnDemandAuditTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartOnDemandAuditTaskRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartOnDemandAuditTaskRequest.BuildertargetCheckNames(String... targetCheckNames)Which checks are performed during the audit.StartOnDemandAuditTaskRequest.BuildertargetCheckNames(Collection<String> targetCheckNames)Which checks are performed during the audit.-
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
-
targetCheckNames
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
DescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled orUpdateAccountAuditConfigurationto select which checks are enabled.- Parameters:
targetCheckNames- Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. UseDescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled orUpdateAccountAuditConfigurationto select which checks are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetCheckNames
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
DescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled orUpdateAccountAuditConfigurationto select which checks are enabled.- Parameters:
targetCheckNames- Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. UseDescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled orUpdateAccountAuditConfigurationto select which checks are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartOnDemandAuditTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartOnDemandAuditTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-