Interface UpdateOrgEc2DeepInspectionConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateOrgEc2DeepInspectionConfigurationRequest.Builder,
,UpdateOrgEc2DeepInspectionConfigurationRequest> Inspector2Request.Builder
,SdkBuilder<UpdateOrgEc2DeepInspectionConfigurationRequest.Builder,
,UpdateOrgEc2DeepInspectionConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateOrgEc2DeepInspectionConfigurationRequest
public static interface UpdateOrgEc2DeepInspectionConfigurationRequest.Builder
extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateOrgEc2DeepInspectionConfigurationRequest.Builder,UpdateOrgEc2DeepInspectionConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionorgPackagePaths
(String... orgPackagePaths) The Amazon Inspector deep inspection custom paths you are adding for your organization.orgPackagePaths
(Collection<String> orgPackagePaths) The Amazon Inspector deep inspection custom paths you are adding for your organization.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
orgPackagePaths
UpdateOrgEc2DeepInspectionConfigurationRequest.Builder orgPackagePaths(Collection<String> orgPackagePaths) The Amazon Inspector deep inspection custom paths you are adding for your organization.
- Parameters:
orgPackagePaths
- The Amazon Inspector deep inspection custom paths you are adding for your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orgPackagePaths
The Amazon Inspector deep inspection custom paths you are adding for your organization.
- Parameters:
orgPackagePaths
- The Amazon Inspector deep inspection custom paths you are adding for your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateOrgEc2DeepInspectionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateOrgEc2DeepInspectionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-