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