static ApiKey.Builder |
ApiKey.builder() |
|
ApiKey.Builder |
ApiKey.Builder.createdDate(Instant createdDate) |
The timestamp when the API Key was created.
|
ApiKey.Builder |
ApiKey.Builder.customerId(String customerId) |
An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS
Marketplace.
|
ApiKey.Builder |
ApiKey.Builder.description(String description) |
The description of the API Key.
|
ApiKey.Builder |
ApiKey.Builder.enabled(Boolean enabled) |
Specifies whether the API Key can be used by callers.
|
ApiKey.Builder |
ApiKey.Builder.id(String id) |
The identifier of the API Key.
|
ApiKey.Builder |
ApiKey.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The timestamp when the API Key was last updated.
|
ApiKey.Builder |
ApiKey.Builder.name(String name) |
The name of the API Key.
|
ApiKey.Builder |
ApiKey.Builder.stageKeys(String... stageKeys) |
A list of Stage resources that are associated with the ApiKey resource.
|
ApiKey.Builder |
ApiKey.Builder.stageKeys(Collection<String> stageKeys) |
A list of Stage resources that are associated with the ApiKey resource.
|
ApiKey.Builder |
ApiKey.Builder.tags(Map<String,String> tags) |
The collection of tags.
|
ApiKey.Builder |
ApiKey.toBuilder() |
|
ApiKey.Builder |
ApiKey.Builder.value(String value) |
The value of the API Key.
|