CopyableBuilder<GetApiKeyResponse.Builder,GetApiKeyResponse>
, SdkBuilder<GetApiKeyResponse.Builder,GetApiKeyResponse>
public static interface GetApiKeyResponse.Builder extends CopyableBuilder<GetApiKeyResponse.Builder,GetApiKeyResponse>
Modifier and Type | Method | Description |
---|---|---|
GetApiKeyResponse.Builder |
createdDate(Date createdDate) |
The timestamp when the API Key was created.
|
GetApiKeyResponse.Builder |
customerId(String customerId) |
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
|
GetApiKeyResponse.Builder |
description(String description) |
The description of the API Key.
|
GetApiKeyResponse.Builder |
enabled(Boolean enabled) |
Specifies whether the API Key can be used by callers.
|
GetApiKeyResponse.Builder |
id(String id) |
The identifier of the API Key.
|
GetApiKeyResponse.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The timestamp when the API Key was last updated.
|
GetApiKeyResponse.Builder |
name(String name) |
The name of the API Key.
|
GetApiKeyResponse.Builder |
stageKeys(String... stageKeys) |
|
GetApiKeyResponse.Builder |
stageKeys(Collection<String> stageKeys) |
|
GetApiKeyResponse.Builder |
value(String value) |
The value of the API Key.
|
copy
apply, build
GetApiKeyResponse.Builder id(String id)
The identifier of the API Key.
id
- The identifier of the API Key.GetApiKeyResponse.Builder value(String value)
The value of the API Key.
value
- The value of the API Key.GetApiKeyResponse.Builder name(String name)
The name of the API Key.
name
- The name of the API Key.GetApiKeyResponse.Builder customerId(String customerId)
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId
- An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.GetApiKeyResponse.Builder description(String description)
The description of the API Key.
description
- The description of the API Key.GetApiKeyResponse.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.GetApiKeyResponse.Builder createdDate(Date createdDate)
The timestamp when the API Key was created.
createdDate
- The timestamp when the API Key was created.GetApiKeyResponse.Builder lastUpdatedDate(Date lastUpdatedDate)
The timestamp when the API Key was last updated.
lastUpdatedDate
- The timestamp when the API Key was last updated.GetApiKeyResponse.Builder stageKeys(Collection<String> stageKeys)
GetApiKeyResponse.Builder stageKeys(String... stageKeys)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.