public static interface GetResourcesRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
embed(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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetResourcesRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetResourcesRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationcopyapplyMutation, buildGetResourcesRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.