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