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