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