| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static ListKeysResponseEntry.Builder |
ListKeysResponseEntry.builder() |
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.createTime(Instant createTime)
The timestamp of when the API key was created, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.description(String description)
The optional description for the API key resource.
|
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.expireTime(Instant expireTime)
The timestamp for when the API key resource will expire, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.keyName(String keyName)
The name of the API key resource.
|
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.restrictions(ApiKeyRestrictions restrictions)
Sets the value of the Restrictions property for this object.
|
default ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
Sets the value of the Restrictions property for this object.
|
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.toBuilder() |
ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.updateTime(Instant updateTime)
The timestamp of when the API key was last updated, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListKeysResponseEntry.Builder> |
ListKeysResponseEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.