public static interface APIKeySummary.Builder extends SdkPojo, CopyableBuilder<APIKeySummary.Builder,APIKeySummary>
| Modifier and Type | Method and Description |
|---|---|
APIKeySummary.Builder |
apiKey(String apiKey)
The generated, encrypted API key.
|
APIKeySummary.Builder |
creationTimestamp(Instant creationTimestamp)
The date and time that the key was created.
|
APIKeySummary.Builder |
tokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
|
APIKeySummary.Builder |
tokenDomains(String... tokenDomains)
The token domains that are defined in this API key.
|
APIKeySummary.Builder |
version(Integer version)
Internal value used by WAF to manage the key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAPIKeySummary.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.APIKeySummary.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.APIKeySummary.Builder apiKey(String apiKey)
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
apiKey - The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.APIKeySummary.Builder creationTimestamp(Instant creationTimestamp)
The date and time that the key was created.
creationTimestamp - The date and time that the key was created.APIKeySummary.Builder version(Integer version)
Internal value used by WAF to manage the key.
version - Internal value used by WAF to manage the key.Copyright © 2023. All rights reserved.