public static interface FetchPageRequest.Builder extends SdkPojo, CopyableBuilder<FetchPageRequest.Builder,FetchPageRequest>
Modifier and Type | Method and Description |
---|---|
FetchPageRequest.Builder |
nextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
|
FetchPageRequest.Builder |
transactionId(String transactionId)
Specifies the transaction ID of the page to be fetched.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FetchPageRequest.Builder transactionId(String transactionId)
Specifies the transaction ID of the page to be fetched.
transactionId
- Specifies the transaction ID of the page to be fetched.FetchPageRequest.Builder nextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
nextPageToken
- Specifies the next page token of the page to be fetched.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.