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