public static interface ExecuteStatementResult.Builder extends SdkPojo, CopyableBuilder<ExecuteStatementResult.Builder,ExecuteStatementResult>
| Modifier and Type | Method and Description |
|---|---|
default ExecuteStatementResult.Builder |
firstPage(Consumer<Page.Builder> firstPage)
Contains the details of the first fetched page.
|
ExecuteStatementResult.Builder |
firstPage(Page firstPage)
Contains the details of the first fetched page.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteStatementResult.Builder firstPage(Page firstPage)
Contains the details of the first fetched page.
firstPage - Contains the details of the first fetched page.default ExecuteStatementResult.Builder firstPage(Consumer<Page.Builder> firstPage)
Contains the details of the first fetched page.
This is a convenience that creates an instance of thePage.Builder avoiding the need to create one
manually via Page.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to firstPage(Page).firstPage - a consumer that will call methods on Page.BuilderfirstPage(Page)Copyright © 2019. All rights reserved.