public static interface DisableRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<DisableRequest.Builder,DisableRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableRequest.Builder |
accountIds(Collection<String> accountIds)
An array of account IDs you want to disable Amazon Inspector scans for.
|
DisableRequest.Builder |
accountIds(String... accountIds)
An array of account IDs you want to disable Amazon Inspector scans for.
|
DisableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableRequest.Builder |
resourceTypes(Collection<ResourceScanType> resourceTypes)
The resource scan types you want to disable.
|
DisableRequest.Builder |
resourceTypes(ResourceScanType... resourceTypes)
The resource scan types you want to disable.
|
DisableRequest.Builder |
resourceTypesWithStrings(Collection<String> resourceTypes)
The resource scan types you want to disable.
|
DisableRequest.Builder |
resourceTypesWithStrings(String... resourceTypes)
The resource scan types you want to disable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableRequest.Builder accountIds(Collection<String> accountIds)
An array of account IDs you want to disable Amazon Inspector scans for.
accountIds - An array of account IDs you want to disable Amazon Inspector scans for.DisableRequest.Builder accountIds(String... accountIds)
An array of account IDs you want to disable Amazon Inspector scans for.
accountIds - An array of account IDs you want to disable Amazon Inspector scans for.DisableRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The resource scan types you want to disable.
resourceTypes - The resource scan types you want to disable.DisableRequest.Builder resourceTypesWithStrings(String... resourceTypes)
The resource scan types you want to disable.
resourceTypes - The resource scan types you want to disable.DisableRequest.Builder resourceTypes(Collection<ResourceScanType> resourceTypes)
The resource scan types you want to disable.
resourceTypes - The resource scan types you want to disable.DisableRequest.Builder resourceTypes(ResourceScanType... resourceTypes)
The resource scan types you want to disable.
resourceTypes - The resource scan types you want to disable.DisableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.