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