Interface GetUsagePlanKeysRequest.Builder
- All Superinterfaces:
- ApiGatewayRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetUsagePlanKeysRequest.Builder,,- GetUsagePlanKeysRequest> - SdkBuilder<GetUsagePlanKeysRequest.Builder,,- GetUsagePlanKeysRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetUsagePlanKeysRequest
@Mutable
@NotThreadSafe
public static interface GetUsagePlanKeysRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe maximum number of returned results per page.A query parameter specifying the name of the to-be-returned usage plan keys.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The current pagination position in the paged result set.usagePlanId(String usagePlanId) The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
usagePlanIdThe Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer. - Parameters:
- usagePlanId- The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
positionThe current pagination position in the paged result set. - Parameters:
- position- The current pagination position in the paged result set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
limitThe maximum number of returned results per page. The default value is 25 and the maximum value is 500. - Parameters:
- limit- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameQueryA query parameter specifying the name of the to-be-returned usage plan keys. - Parameters:
- nameQuery- A query parameter specifying the name of the to-be-returned usage plan keys.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetUsagePlanKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetUsagePlanKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-