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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
errorMessage
An 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.
-
orgPackagePaths
UpdateEc2DeepInspectionConfigurationResponse.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.
-
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.
-
packagePaths
The 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.
-
packagePaths
The 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.
-
status
The 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:
-
status
The 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:
-