public static interface ApiKey.Builder extends CopyableBuilder<ApiKey.Builder,ApiKey>
| Modifier and Type | Method and Description |
|---|---|
ApiKey.Builder |
description(String description)
A description of the purpose of the API key.
|
ApiKey.Builder |
expires(Long expires)
The time when the API key expires.
|
ApiKey.Builder |
id(String id)
The API key ID.
|
copyapply, buildApiKey.Builder id(String id)
The API key ID.
id - The API key ID.ApiKey.Builder description(String description)
A description of the purpose of the API key.
description - A description of the purpose of the API key.ApiKey.Builder expires(Long expires)
The time when the API key expires.
expires - The time when the API key expires.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.