static DescribeKeyResponse.Builder |
DescribeKeyResponse.builder() |
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.createTime(Instant createTime) |
The timestamp for when the API key resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.description(String description) |
The optional description for the API key resource.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.expireTime(Instant expireTime) |
The timestamp for when the API key resource will expire in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.key(String key) |
The key value/string of an API key.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.keyArn(String keyArn) |
The Amazon Resource Name (ARN) for the API key resource.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.keyName(String keyName) |
The name of the API key resource.
|
default DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions) |
Sets the value of the Restrictions property for this object.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.restrictions(ApiKeyRestrictions restrictions) |
Sets the value of the Restrictions property for this object.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.tags(Map<String,String> tags) |
Tags associated with the API key resource.
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.toBuilder() |
|
DescribeKeyResponse.Builder |
DescribeKeyResponse.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.
|