public static interface GetUsagePlanKeyResponse.Builder extends APIGatewayResponse.Builder, CopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeyResponse.Builder |
id(String id)
The Id of a usage plan key.
|
GetUsagePlanKeyResponse.Builder |
name(String name)
The name of a usage plan key.
|
GetUsagePlanKeyResponse.Builder |
type(String type)
The type of a usage plan key.
|
GetUsagePlanKeyResponse.Builder |
value(String value)
The value of a usage plan key.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetUsagePlanKeyResponse.Builder id(String id)
The Id of a usage plan key.
id - The Id of a usage plan key.GetUsagePlanKeyResponse.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.GetUsagePlanKeyResponse.Builder value(String value)
The value of a usage plan key.
value - The value of a usage plan key.GetUsagePlanKeyResponse.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.