public static interface UpdateApiKeyResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateApiKeyResponse.Builder,UpdateApiKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApiKeyResponse.Builder |
createdDate(Instant createdDate)
The timestamp when the API Key was created.
|
UpdateApiKeyResponse.Builder |
customerId(String customerId)
An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS
Marketplace.
|
UpdateApiKeyResponse.Builder |
description(String description)
The description of the API Key.
|
UpdateApiKeyResponse.Builder |
enabled(Boolean enabled)
Specifies whether the API Key can be used by callers.
|
UpdateApiKeyResponse.Builder |
id(String id)
The identifier of the API Key.
|
UpdateApiKeyResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The timestamp when the API Key was last updated.
|
UpdateApiKeyResponse.Builder |
name(String name)
The name of the API Key.
|
UpdateApiKeyResponse.Builder |
stageKeys(Collection<String> stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
|
UpdateApiKeyResponse.Builder |
stageKeys(String... stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
|
UpdateApiKeyResponse.Builder |
tags(Map<String,String> tags)
The collection of tags.
|
UpdateApiKeyResponse.Builder |
value(String value)
The value of the API Key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApiKeyResponse.Builder id(String id)
The identifier of the API Key.
id - The identifier of the API Key.UpdateApiKeyResponse.Builder value(String value)
The value of the API Key.
value - The value of the API Key.UpdateApiKeyResponse.Builder name(String name)
The name of the API Key.
name - The name of the API Key.UpdateApiKeyResponse.Builder customerId(String customerId)
An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
customerId - An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services
SaaS Marketplace.UpdateApiKeyResponse.Builder description(String description)
The description of the API Key.
description - The description of the API Key.UpdateApiKeyResponse.Builder enabled(Boolean enabled)
Specifies whether the API Key can be used by callers.
enabled - Specifies whether the API Key can be used by callers.UpdateApiKeyResponse.Builder createdDate(Instant createdDate)
The timestamp when the API Key was created.
createdDate - The timestamp when the API Key was created.UpdateApiKeyResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The timestamp when the API Key was last updated.
lastUpdatedDate - The timestamp when the API Key was last updated.UpdateApiKeyResponse.Builder stageKeys(Collection<String> stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
stageKeys - A list of Stage resources that are associated with the ApiKey resource.UpdateApiKeyResponse.Builder stageKeys(String... stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
stageKeys - A list of Stage resources that are associated with the ApiKey resource.UpdateApiKeyResponse.Builder tags(Map<String,String> tags)
The collection of tags. Each tag element is associated with a given resource.
tags - The collection of tags. Each tag element is associated with a given resource.Copyright © 2023. All rights reserved.