Interface ItemPath.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ItemPath.Builder,
,ItemPath> SdkBuilder<ItemPath.Builder,
,ItemPath> SdkPojo
- Enclosing class:
ItemPath
public static interface ItemPath.Builder
extends SdkPojo, CopyableBuilder<ItemPath.Builder,ItemPath>
-
Method Summary
Modifier and TypeMethodDescriptionThe hash value of the infected resource.nestedItemPath
(String nestedItemPath) The nested item path where the infected file was found.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
nestedItemPath
The nested item path where the infected file was found.
- Parameters:
nestedItemPath
- The nested item path where the infected file was found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hash
The hash value of the infected resource.
- Parameters:
hash
- The hash value of the infected resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-