CopyableBuilder<GetModelsRequest.Builder,GetModelsRequest>, SdkBuilder<GetModelsRequest.Builder,GetModelsRequest>public static interface GetModelsRequest.Builder extends CopyableBuilder<GetModelsRequest.Builder,GetModelsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetModelsRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetModelsRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetModelsRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier.
|
copyapply, buildGetModelsRequest.Builder restApiId(String restApiId)
The RestApi identifier.
restApiId - The RestApi identifier.GetModelsRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetModelsRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.
limit - The maximum number of returned results per page. The value is 25 by default and could be between 1 -
500.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.