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