public static class ResponsePaginationContext.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ResponsePaginationContext |
build() |
ResponsePaginationContext.Builder |
withNextToken(String nextToken) |
ResponsePaginationContext.Builder |
withPreviousToken(String previousToken) |
ResponsePaginationContext.Builder |
withTotalCount(Integer totalCount) |
public ResponsePaginationContext.Builder withTotalCount(Integer totalCount)
public ResponsePaginationContext.Builder withPreviousToken(String previousToken)
public ResponsePaginationContext.Builder withNextToken(String nextToken)
public ResponsePaginationContext build()
Copyright © 2023. All rights reserved.