static ApiKeyItem.Builder |
ApiKeyItem.builder() |
Create a new builder.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.copy(ApiKeyItem model) |
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.key(String key) |
The key.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.keyMask(String keyMask) |
The masked key.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.keyName(String keyName) |
The key name.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.state(ApiKeyItem.State state) |
The current state of the API key item.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.timeActivated(Date timeActivated) |
The date and time that the key is activated in the format of an RFC3339 datetime string.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.timeCreated(Date timeCreated) |
The date and time that the key was created in the format of an RFC3339 datetime string.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.timeDeactivated(Date timeDeactivated) |
The date and time that the key is deactivated in the format of an RFC3339 datetime
string.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.timeExpiry(Date timeExpiry) |
The date and time when the key would be expired, if not provided it would be 90 days, in
the format defined by RFC 3339.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.timeLastUsed(Date timeLastUsed) |
The date and time that the key is last used in the format of an RFC3339 datetime string.
|
ApiKeyItem.Builder |
ApiKeyItem.Builder.timeRevoked(Date timeRevoked) |
The date and time that the key is revoked in the format of an RFC3339 datetime string.
|
ApiKeyItem.Builder |
ApiKeyItem.toBuilder() |
|