CopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>, SdkBuilder<GetResourcesRequest.Builder,GetResourcesRequest>public static interface GetResourcesRequest.Builder extends CopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetResourcesRequest.Builder |
embed(String... embed) |
A query parameter used to retrieve the specified resources embedded in the returned Resources resource
in the response.
|
GetResourcesRequest.Builder |
embed(Collection<String> embed) |
A query parameter used to retrieve the specified resources embedded in the returned Resources resource
in the response.
|
GetResourcesRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetResourcesRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetResourcesRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier for the Resource.
|
copyapply, buildGetResourcesRequest.Builder restApiId(String restApiId)
The RestApi identifier for the Resource.
restApiId - The RestApi identifier for the Resource.GetResourcesRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetResourcesRequest.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.GetResourcesRequest.Builder embed(Collection<String> embed)
A query parameter used to retrieve the specified resources embedded in the returned Resources resource
in the response. This embed parameter value is a list of comma-separated strings. Currently, the
request supports only retrieval of the embedded Method resources this way. The query parameter value
must be a single-valued list and contain the "methods" string. For example,
GET /restapis/{restapi_id}/resources?embed=methods.
embed - A query parameter used to retrieve the specified resources embedded in the returned Resources
resource in the response. This embed parameter value is a list of comma-separated
strings. Currently, the request supports only retrieval of the embedded Method resources this
way. The query parameter value must be a single-valued list and contain the "methods"
string. For example, GET /restapis/{restapi_id}/resources?embed=methods.GetResourcesRequest.Builder embed(String... embed)
A query parameter used to retrieve the specified resources embedded in the returned Resources resource
in the response. This embed parameter value is a list of comma-separated strings. Currently, the
request supports only retrieval of the embedded Method resources this way. The query parameter value
must be a single-valued list and contain the "methods" string. For example,
GET /restapis/{restapi_id}/resources?embed=methods.
NOTE: This method appends the values to the existing list (if any). Use
#setEmbed(java.util.Collection) or #withEmbed(java.util.Collection) if you want to override
the existing values.
embed - A query parameter used to retrieve the specified resources embedded in the returned Resources
resource in the response. This embed parameter value is a list of comma-separated
strings. Currently, the request supports only retrieval of the embedded Method resources this
way. The query parameter value must be a single-valued list and contain the "methods"
string. For example, GET /restapis/{restapi_id}/resources?embed=methods.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.