public static interface GetResourcesRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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)
[Required] The string identifier of the associated RestApi.
|
build
overrideConfiguration
copy
applyMutation, build
GetResourcesRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId
- [Required] 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 default value is 25 and the maximum value is 500.
limit
- The maximum number of returned results per page. The default value is 25 and the maximum value is 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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.