public static interface UpdateKeyResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateKeyResponse.Builder,UpdateKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyResponse.Builder |
keyArn(String keyArn)
The Amazon Resource Name (ARN) for the API key resource.
|
UpdateKeyResponse.Builder |
keyName(String keyName)
The name of the API key resource.
|
UpdateKeyResponse.Builder |
updateTime(Instant updateTime)
The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateKeyResponse.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
UpdateKeyResponse.Builder keyName(String keyName)
The name of the API key resource.
keyName - The name of the API key resource.UpdateKeyResponse.Builder updateTime(Instant updateTime)
The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2023. All rights reserved.