Interface CreateUsagePlanKeyResponse.Builder
- All Superinterfaces:
 ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateUsagePlanKeyResponse.Builder,,CreateUsagePlanKeyResponse> SdkBuilder<CreateUsagePlanKeyResponse.Builder,,CreateUsagePlanKeyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateUsagePlanKeyResponse
public static interface CreateUsagePlanKeyResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateUsagePlanKeyResponse.Builder,CreateUsagePlanKeyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Id of a usage plan key.The name of a usage plan key.The type of a usage plan key.The value of a usage plan key.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
id
The Id of a usage plan key.
- Parameters:
 id- The Id of a usage plan key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of a usage plan key. Currently, the valid key type is
API_KEY.- Parameters:
 type- The type of a usage plan key. Currently, the valid key type isAPI_KEY.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value of a usage plan key.
- Parameters:
 value- The value of a usage plan key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of a usage plan key.
- Parameters:
 name- The name of a usage plan key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -