Interface DisableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableRequest.Builder,DisableRequest>,Inspector2Request.Builder,SdkBuilder<DisableRequest.Builder,DisableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableRequest
public static interface DisableRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<DisableRequest.Builder,DisableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableRequest.BuilderaccountIds(String... accountIds)An array of account IDs you want to disable Amazon Inspector scans for.DisableRequest.BuilderaccountIds(Collection<String> accountIds)An array of account IDs you want to disable Amazon Inspector scans for.DisableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableRequest.BuilderresourceTypes(Collection<ResourceScanType> resourceTypes)The resource scan types you want to disable.DisableRequest.BuilderresourceTypes(ResourceScanType... resourceTypes)The resource scan types you want to disable.DisableRequest.BuilderresourceTypesWithStrings(String... resourceTypes)The resource scan types you want to disable.DisableRequest.BuilderresourceTypesWithStrings(Collection<String> resourceTypes)The resource scan types you want to disable.-
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.inspector2.model.Inspector2Request.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
-
accountIds
DisableRequest.Builder accountIds(Collection<String> accountIds)
An array of account IDs you want to disable Amazon Inspector scans for.
- Parameters:
accountIds- An array of account IDs you want to disable Amazon Inspector scans for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DisableRequest.Builder accountIds(String... accountIds)
An array of account IDs you want to disable Amazon Inspector scans for.
- Parameters:
accountIds- An array of account IDs you want to disable Amazon Inspector scans for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
DisableRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The resource scan types you want to disable.
- Parameters:
resourceTypes- The resource scan types you want to disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
DisableRequest.Builder resourceTypesWithStrings(String... resourceTypes)
The resource scan types you want to disable.
- Parameters:
resourceTypes- The resource scan types you want to disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
DisableRequest.Builder resourceTypes(Collection<ResourceScanType> resourceTypes)
The resource scan types you want to disable.
- Parameters:
resourceTypes- The resource scan types you want to disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
DisableRequest.Builder resourceTypes(ResourceScanType... resourceTypes)
The resource scan types you want to disable.
- Parameters:
resourceTypes- The resource scan types you want to disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-