Interface UpdateEc2DeepInspectionConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEc2DeepInspectionConfigurationRequest.Builder,UpdateEc2DeepInspectionConfigurationRequest>,Inspector2Request.Builder,SdkBuilder<UpdateEc2DeepInspectionConfigurationRequest.Builder,UpdateEc2DeepInspectionConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEc2DeepInspectionConfigurationRequest
public static interface UpdateEc2DeepInspectionConfigurationRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateEc2DeepInspectionConfigurationRequest.Builder,UpdateEc2DeepInspectionConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEc2DeepInspectionConfigurationRequest.BuilderactivateDeepInspection(Boolean activateDeepInspection)SpecifyTRUEto activate Amazon Inspector deep inspection in your account, orFALSEto deactivate.UpdateEc2DeepInspectionConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEc2DeepInspectionConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEc2DeepInspectionConfigurationRequest.BuilderpackagePaths(String... packagePaths)The Amazon Inspector deep inspection custom paths you are adding for your account.UpdateEc2DeepInspectionConfigurationRequest.BuilderpackagePaths(Collection<String> packagePaths)The Amazon Inspector deep inspection custom paths you are adding for your account.-
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
-
activateDeepInspection
UpdateEc2DeepInspectionConfigurationRequest.Builder activateDeepInspection(Boolean activateDeepInspection)
Specify
TRUEto activate Amazon Inspector deep inspection in your account, orFALSEto deactivate. Member accounts in an organization cannot deactivate deep inspection, instead the delegated administrator for the organization can deactivate a member account using BatchUpdateMemberEc2DeepInspectionStatus.- Parameters:
activateDeepInspection- SpecifyTRUEto activate Amazon Inspector deep inspection in your account, orFALSEto deactivate. Member accounts in an organization cannot deactivate deep inspection, instead the delegated administrator for the organization can deactivate a member account using BatchUpdateMemberEc2DeepInspectionStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagePaths
UpdateEc2DeepInspectionConfigurationRequest.Builder packagePaths(Collection<String> packagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your account.
- Parameters:
packagePaths- The Amazon Inspector deep inspection custom paths you are adding for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagePaths
UpdateEc2DeepInspectionConfigurationRequest.Builder packagePaths(String... packagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your account.
- Parameters:
packagePaths- The Amazon Inspector deep inspection custom paths you are adding for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEc2DeepInspectionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEc2DeepInspectionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-