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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemPath.Builderhash(String hash)The hash value of the infected resource.ItemPath.BuildernestedItemPath(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 Detail
-
nestedItemPath
ItemPath.Builder nestedItemPath(String 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
ItemPath.Builder hash(String 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.
-
-