CopyableBuilder<GetAuthorizersRequest.Builder,GetAuthorizersRequest>
, SdkBuilder<GetAuthorizersRequest.Builder,GetAuthorizersRequest>
public static interface GetAuthorizersRequest.Builder extends CopyableBuilder<GetAuthorizersRequest.Builder,GetAuthorizersRequest>
Modifier and Type | Method | Description |
---|---|---|
GetAuthorizersRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetAuthorizersRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetAuthorizersRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier for the Authorizers resource.
|
copy
apply, build
GetAuthorizersRequest.Builder restApiId(String restApiId)
The RestApi identifier for the Authorizers resource.
restApiId
- The RestApi identifier for the Authorizers resource.GetAuthorizersRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetAuthorizersRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.