public static interface CreateKeyResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateKeyResponse.Builder,CreateKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResponse.Builder |
createTime(Instant createTime)
The timestamp for when the API key resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreateKeyResponse.Builder |
key(String key)
The key value/string of an API key.
|
CreateKeyResponse.Builder |
keyArn(String keyArn)
The Amazon Resource Name (ARN) for the API key resource.
|
CreateKeyResponse.Builder |
keyName(String keyName)
The name of the API key resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKeyResponse.Builder createTime(Instant createTime)
The timestamp for when the API key resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the API key resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.CreateKeyResponse.Builder key(String key)
The key value/string of an API key. This value is used when making API calls to authorize the call. For example, see GetMapGlyphs.
key - The key value/string of an API key. This value is used when making API calls to authorize the call.
For example, see GetMapGlyphs.CreateKeyResponse.Builder keyArn(String keyArn)
The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.
Format example: arn:aws:geo:region:account-id:key/ExampleKey
keyArn - The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource
across all Amazon Web Services.
Format example: arn:aws:geo:region:account-id:key/ExampleKey
CreateKeyResponse.Builder keyName(String keyName)
The name of the API key resource.
keyName - The name of the API key resource.Copyright © 2023. All rights reserved.