CopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
, SdkBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
public static interface GetDeploymentsRequest.Builder extends CopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
Modifier and Type | Method | Description |
---|---|---|
GetDeploymentsRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetDeploymentsRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetDeploymentsRequest.Builder |
restApiId(String restApiId) |
The identifier of the RestApi resource for the collection of Deployment resources to get
information about.
|
copy
apply, build
GetDeploymentsRequest.Builder restApiId(String restApiId)
The identifier of the RestApi resource for the collection of Deployment resources to get information about.
restApiId
- The identifier of the RestApi resource for the collection of Deployment resources to get
information about.GetDeploymentsRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetDeploymentsRequest.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.