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