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