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