Interface DocumentTypeListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentTypeListItem.Builder,DocumentTypeListItem>,SdkBuilder<DocumentTypeListItem.Builder,DocumentTypeListItem>,SdkPojo
- Enclosing class:
- DocumentTypeListItem
public static interface DocumentTypeListItem.Builder extends SdkPojo, CopyableBuilder<DocumentTypeListItem.Builder,DocumentTypeListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentTypeListItem.Builderpage(Integer page)Page number.DocumentTypeListItem.Buildertype(String type)Document type.DocumentTypeListItem.Buildertype(DocumentType type)Document type.-
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
DocumentTypeListItem.Builder page(Integer page)
Page number.
- Parameters:
page- Page number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DocumentTypeListItem.Builder type(String type)
Document type.
- Parameters:
type- Document type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentType,DocumentType
-
type
DocumentTypeListItem.Builder type(DocumentType type)
Document type.
- Parameters:
type- Document type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentType,DocumentType
-
-