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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateOrgEc2DeepInspectionConfigurationRequest.BuilderorgPackagePaths(String... orgPackagePaths)The Amazon Inspector deep inspection custom paths you are adding for your organization.UpdateOrgEc2DeepInspectionConfigurationRequest.BuilderorgPackagePaths(Collection<String> orgPackagePaths)The Amazon Inspector deep inspection custom paths you are adding for your organization.UpdateOrgEc2DeepInspectionConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOrgEc2DeepInspectionConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
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
UpdateOrgEc2DeepInspectionConfigurationRequest.Builder orgPackagePaths(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.
-
overrideConfiguration
UpdateOrgEc2DeepInspectionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOrgEc2DeepInspectionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-