Interface DetectedSignature.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectedSignature.Builder,DetectedSignature>
,SdkBuilder<DetectedSignature.Builder,DetectedSignature>
,SdkPojo
- Enclosing class:
- DetectedSignature
public static interface DetectedSignature.Builder extends SdkPojo, CopyableBuilder<DetectedSignature.Builder,DetectedSignature>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectedSignature.Builder
page(Integer page)
The page a detected signature was found on.-
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
-
page
DetectedSignature.Builder page(Integer page)
The page a detected signature was found on.
- Parameters:
page
- The page a detected signature was found on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-