Interface GetEc2DeepInspectionConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEc2DeepInspectionConfigurationResponse.Builder,GetEc2DeepInspectionConfigurationResponse>,Inspector2Response.Builder,SdkBuilder<GetEc2DeepInspectionConfigurationResponse.Builder,GetEc2DeepInspectionConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEc2DeepInspectionConfigurationResponse
public static interface GetEc2DeepInspectionConfigurationResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetEc2DeepInspectionConfigurationResponse.Builder,GetEc2DeepInspectionConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEc2DeepInspectionConfigurationResponse.BuildererrorMessage(String errorMessage)An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.GetEc2DeepInspectionConfigurationResponse.BuilderorgPackagePaths(String... orgPackagePaths)The Amazon Inspector deep inspection custom paths for your organization.GetEc2DeepInspectionConfigurationResponse.BuilderorgPackagePaths(Collection<String> orgPackagePaths)The Amazon Inspector deep inspection custom paths for your organization.GetEc2DeepInspectionConfigurationResponse.BuilderpackagePaths(String... packagePaths)The Amazon Inspector deep inspection custom paths for your account.GetEc2DeepInspectionConfigurationResponse.BuilderpackagePaths(Collection<String> packagePaths)The Amazon Inspector deep inspection custom paths for your account.GetEc2DeepInspectionConfigurationResponse.Builderstatus(String status)The activation status of Amazon Inspector deep inspection in your account.GetEc2DeepInspectionConfigurationResponse.Builderstatus(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errorMessage
GetEc2DeepInspectionConfigurationResponse.Builder errorMessage(String 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
GetEc2DeepInspectionConfigurationResponse.Builder orgPackagePaths(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.
-
packagePaths
GetEc2DeepInspectionConfigurationResponse.Builder packagePaths(Collection<String> 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
GetEc2DeepInspectionConfigurationResponse.Builder packagePaths(String... 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
GetEc2DeepInspectionConfigurationResponse.Builder status(String 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:
Ec2DeepInspectionStatus,Ec2DeepInspectionStatus
-
status
GetEc2DeepInspectionConfigurationResponse.Builder status(Ec2DeepInspectionStatus 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:
Ec2DeepInspectionStatus,Ec2DeepInspectionStatus
-
-