Interface GetUsagePlansRequest.Builder
- All Superinterfaces:
- ApiGatewayRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetUsagePlansRequest.Builder,,- GetUsagePlansRequest> - SdkBuilder<GetUsagePlansRequest.Builder,,- GetUsagePlansRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetUsagePlansRequest
@Mutable
@NotThreadSafe
public static interface GetUsagePlansRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe identifier of the API key associated with the usage plans.The maximum number of returned results per page.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.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- 
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.
 
- 
keyIdThe identifier of the API key associated with the usage plans. - Parameters:
- keyId- The identifier of the API key associated with the usage plans.
- 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.
 
- 
overrideConfigurationGetUsagePlansRequest.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.
 
- 
overrideConfigurationGetUsagePlansRequest.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.
 
 
-