Class MemoryStoreListPageAsync.Builder
-
- All Implemented Interfaces:
public final class MemoryStoreListPageAsync.BuilderA builder for MemoryStoreListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final MemoryStoreListPageAsync.Builderservice(MemoryStoreServiceAsync service)final MemoryStoreListPageAsync.BuilderstreamHandlerExecutor(Executor streamHandlerExecutor)final MemoryStoreListPageAsync.Builderparams(MemoryStoreListParams params)The parameters that were used to request this page. final MemoryStoreListPageAsync.Builderresponse(MemoryStoreListPageResponse response)The response that this page was parsed from. final MemoryStoreListPageAsyncbuild()Returns an immutable instance of MemoryStoreListPageAsync. -
-
Method Detail
-
service
final MemoryStoreListPageAsync.Builder service(MemoryStoreServiceAsync service)
-
streamHandlerExecutor
final MemoryStoreListPageAsync.Builder streamHandlerExecutor(Executor streamHandlerExecutor)
-
params
final MemoryStoreListPageAsync.Builder params(MemoryStoreListParams params)
The parameters that were used to request this page.
-
response
final MemoryStoreListPageAsync.Builder response(MemoryStoreListPageResponse response)
The response that this page was parsed from.
-
build
final MemoryStoreListPageAsync build()
Returns an immutable instance of MemoryStoreListPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .streamHandlerExecutor() .params() .response()
-
-
-
-