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