Interface GetUsagePlanKeyRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetUsagePlanKeyRequest.Builder,GetUsagePlanKeyRequest>,SdkBuilder<GetUsagePlanKeyRequest.Builder,GetUsagePlanKeyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetUsagePlanKeyRequest
public static interface GetUsagePlanKeyRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetUsagePlanKeyRequest.Builder,GetUsagePlanKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUsagePlanKeyRequest.BuilderkeyId(String keyId)The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.GetUsagePlanKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUsagePlanKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUsagePlanKeyRequest.BuilderusagePlanId(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.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
usagePlanId
GetUsagePlanKeyRequest.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.
- 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.
-
keyId
GetUsagePlanKeyRequest.Builder keyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
- Parameters:
keyId- The key Id of 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.
-
overrideConfiguration
GetUsagePlanKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetUsagePlanKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-