public static interface CreateUsagePlanKeyResponse.Builder extends ApiGatewayResponse.Builder, CopyableBuilder<CreateUsagePlanKeyResponse.Builder,CreateUsagePlanKeyResponse>
| Modifier and Type | Method and Description | 
|---|---|
CreateUsagePlanKeyResponse.Builder | 
id(String id)
 The Id of a usage plan key. 
 | 
CreateUsagePlanKeyResponse.Builder | 
name(String name)
 The name of a usage plan key. 
 | 
CreateUsagePlanKeyResponse.Builder | 
type(String type)
 The type of a usage plan key. 
 | 
CreateUsagePlanKeyResponse.Builder | 
value(String value)
 The value of a usage plan key. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateUsagePlanKeyResponse.Builder id(String id)
The Id of a usage plan key.
id - The Id of a usage plan key.CreateUsagePlanKeyResponse.Builder type(String type)
 The type of a usage plan key. Currently, the valid key type is API_KEY.
 
type - The type of a usage plan key. Currently, the valid key type is API_KEY.CreateUsagePlanKeyResponse.Builder value(String value)
The value of a usage plan key.
value - The value of a usage plan key.CreateUsagePlanKeyResponse.Builder name(String name)
The name of a usage plan key.
name - The name of a usage plan key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.