public static interface FetchPageResult.Builder extends SdkPojo, CopyableBuilder<FetchPageResult.Builder,FetchPageResult>
| Modifier and Type | Method and Description |
|---|---|
default FetchPageResult.Builder |
consumedIOs(Consumer<IOUsage.Builder> consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
FetchPageResult.Builder |
consumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
default FetchPageResult.Builder |
page(Consumer<Page.Builder> page)
Contains details of the fetched page.
|
FetchPageResult.Builder |
page(Page page)
Contains details of the fetched page.
|
default FetchPageResult.Builder |
timingInformation(Consumer<TimingInformation.Builder> timingInformation)
Contains server-side performance information for the command.
|
FetchPageResult.Builder |
timingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFetchPageResult.Builder page(Page page)
Contains details of the fetched page.
page - Contains details of the fetched page.default FetchPageResult.Builder page(Consumer<Page.Builder> page)
Contains details of the fetched page.
This is a convenience method 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 page(Page).page - a consumer that will call methods on Page.Builderpage(Page)FetchPageResult.Builder timingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation - Contains server-side performance information for the command.default FetchPageResult.Builder timingInformation(Consumer<TimingInformation.Builder> timingInformation)
Contains server-side performance information for the command.
This is a convenience method that creates an instance of theTimingInformation.Builder avoiding the
need to create one manually via TimingInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timingInformation(TimingInformation).timingInformation - a consumer that will call methods on TimingInformation.BuildertimingInformation(TimingInformation)FetchPageResult.Builder consumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
consumedIOs - Contains metrics about the number of I/O requests that were consumed.default FetchPageResult.Builder consumedIOs(Consumer<IOUsage.Builder> consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
This is a convenience method that creates an instance of theIOUsage.Builder avoiding the need to
create one manually via IOUsage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to consumedIOs(IOUsage).consumedIOs - a consumer that will call methods on IOUsage.BuilderconsumedIOs(IOUsage)Copyright © 2022. All rights reserved.