Interface UpdateEc2DeepInspectionConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateEc2DeepInspectionConfigurationResponse.Builder,,- UpdateEc2DeepInspectionConfigurationResponse> - Inspector2Response.Builder,- SdkBuilder<UpdateEc2DeepInspectionConfigurationResponse.Builder,,- UpdateEc2DeepInspectionConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateEc2DeepInspectionConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateEc2DeepInspectionConfigurationResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<UpdateEc2DeepInspectionConfigurationResponse.Builder,UpdateEc2DeepInspectionConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionerrorMessage(String errorMessage) An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.orgPackagePaths(String... orgPackagePaths) The current Amazon Inspector deep inspection custom paths for the organization.orgPackagePaths(Collection<String> orgPackagePaths) The current Amazon Inspector deep inspection custom paths for the organization.packagePaths(String... packagePaths) The current Amazon Inspector deep inspection custom paths for your account.packagePaths(Collection<String> packagePaths) The current Amazon Inspector deep inspection custom paths for your account.The status of Amazon Inspector deep inspection in your account.status(Ec2DeepInspectionStatus status) The status of Amazon Inspector deep inspection in your account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
packagePathsThe current Amazon Inspector deep inspection custom paths for your account. - Parameters:
- packagePaths- The current Amazon Inspector deep inspection custom paths for your account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
packagePathsThe current Amazon Inspector deep inspection custom paths for your account. - Parameters:
- packagePaths- The current Amazon Inspector deep inspection custom paths for your account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
orgPackagePathsUpdateEc2DeepInspectionConfigurationResponse.Builder orgPackagePaths(Collection<String> orgPackagePaths) The current Amazon Inspector deep inspection custom paths for the organization. - Parameters:
- orgPackagePaths- The current Amazon Inspector deep inspection custom paths for the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
orgPackagePathsThe current Amazon Inspector deep inspection custom paths for the organization. - Parameters:
- orgPackagePaths- The current Amazon Inspector deep inspection custom paths for the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of Amazon Inspector deep inspection in your account. - Parameters:
- status- The status of Amazon Inspector deep inspection in your account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of Amazon Inspector deep inspection in your account. - Parameters:
- status- The status of Amazon Inspector deep inspection in your account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorMessageAn error message explaining why new Amazon Inspector deep inspection custom paths could not be added. - Parameters:
- errorMessage- An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-