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) |
GetResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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)
overrideConfiguration in interface AwsRequest.BuilderGetResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.