public static interface GetUsagePlanKeysRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeysRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetUsagePlanKeysRequest.Builder |
nameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
|
GetUsagePlanKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUsagePlanKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUsagePlanKeysRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetUsagePlanKeysRequest.Builder |
usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey
resource representing a plan customer.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUsagePlanKeysRequest.Builder usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId - The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.GetUsagePlanKeysRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetUsagePlanKeysRequest.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.GetUsagePlanKeysRequest.Builder nameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
nameQuery - A query parameter specifying the name of the to-be-returned usage plan keys.GetUsagePlanKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUsagePlanKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.