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