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