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.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
StartOnDemandAuditTaskRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
StartOnDemandAuditTaskRequest.Builder
targetCheckNames(String... targetCheckNames)
Which checks are performed during the audit.StartOnDemandAuditTaskRequest.Builder
targetCheckNames(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
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled orUpdateAccountAuditConfiguration
to 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. UseDescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled orUpdateAccountAuditConfiguration
to 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
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled orUpdateAccountAuditConfiguration
to 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. UseDescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled orUpdateAccountAuditConfiguration
to 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
StartOnDemandAuditTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-