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