public static interface GetDecryptedApiKeyResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDecryptedApiKeyResponse.Builder |
creationTimestamp(Instant creationTimestamp)
The date and time that the key was created.
|
GetDecryptedApiKeyResponse.Builder |
tokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
|
GetDecryptedApiKeyResponse.Builder |
tokenDomains(String... tokenDomains)
The token domains that are defined in this API key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDecryptedApiKeyResponse.Builder tokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
tokenDomains - The token domains that are defined in this API key.GetDecryptedApiKeyResponse.Builder tokenDomains(String... tokenDomains)
The token domains that are defined in this API key.
tokenDomains - The token domains that are defined in this API key.GetDecryptedApiKeyResponse.Builder creationTimestamp(Instant creationTimestamp)
The date and time that the key was created.
creationTimestamp - The date and time that the key was created.Copyright © 2023. All rights reserved.