| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiKey.Builder |
ApiKey.builder() |
ApiKey.Builder |
ApiKey.Builder.deletes(Long deletes)
The time after which the API key is deleted.
|
ApiKey.Builder |
ApiKey.Builder.description(String description)
A description of the purpose of the API key.
|
ApiKey.Builder |
ApiKey.Builder.expires(Long expires)
The time after which the API key expires.
|
ApiKey.Builder |
ApiKey.Builder.id(String id)
The API key ID.
|
ApiKey.Builder |
ApiKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiKey.Builder> |
ApiKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateApiKeyResponse.Builder |
CreateApiKeyResponse.Builder.apiKey(Consumer<ApiKey.Builder> apiKey)
The API key.
|
default UpdateApiKeyResponse.Builder |
UpdateApiKeyResponse.Builder.apiKey(Consumer<ApiKey.Builder> apiKey)
The API key.
|
Copyright © 2023. All rights reserved.