CopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
, SdkBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
public static interface GetUsagePlanKeyResponse.Builder extends CopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetUsagePlanKeyResponse.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.