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