Interface GetEc2DeepInspectionConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetEc2DeepInspectionConfigurationResponse.Builder,
,GetEc2DeepInspectionConfigurationResponse> Inspector2Response.Builder
,SdkBuilder<GetEc2DeepInspectionConfigurationResponse.Builder,
,GetEc2DeepInspectionConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetEc2DeepInspectionConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetEc2DeepInspectionConfigurationResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetEc2DeepInspectionConfigurationResponse.Builder,GetEc2DeepInspectionConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.orgPackagePaths
(String... orgPackagePaths) The Amazon Inspector deep inspection custom paths for your organization.orgPackagePaths
(Collection<String> orgPackagePaths) The Amazon Inspector deep inspection custom paths for your organization.packagePaths
(String... packagePaths) The Amazon Inspector deep inspection custom paths for your account.packagePaths
(Collection<String> packagePaths) The Amazon Inspector deep inspection custom paths for your account.The activation status of Amazon Inspector deep inspection in your account.status
(Ec2DeepInspectionStatus status) The activation 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 Amazon Inspector deep inspection configurations could not be retrieved for your account.
- Parameters:
errorMessage
- An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orgPackagePaths
GetEc2DeepInspectionConfigurationResponse.Builder orgPackagePaths(Collection<String> orgPackagePaths) The Amazon Inspector deep inspection custom paths for your organization.
- Parameters:
orgPackagePaths
- The Amazon Inspector deep inspection custom paths 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 for your organization.
- Parameters:
orgPackagePaths
- The Amazon Inspector deep inspection custom paths for your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagePaths
The Amazon Inspector deep inspection custom paths for your account.
- Parameters:
packagePaths
- The 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 Amazon Inspector deep inspection custom paths for your account.
- Parameters:
packagePaths
- The 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 activation status of Amazon Inspector deep inspection in your account.
- Parameters:
status
- The activation 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 activation status of Amazon Inspector deep inspection in your account.
- Parameters:
status
- The activation 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:
-