public static interface ApiKeyCredentials.Builder extends SdkPojo, CopyableBuilder<ApiKeyCredentials.Builder,ApiKeyCredentials>
| Modifier and Type | Method and Description |
|---|---|
ApiKeyCredentials.Builder |
apiKey(String apiKey)
The API key required for API key authentication.
|
ApiKeyCredentials.Builder |
apiSecretKey(String apiSecretKey)
The API secret key required for API key authentication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiKeyCredentials.Builder apiKey(String apiKey)
The API key required for API key authentication.
apiKey - The API key required for API key authentication.ApiKeyCredentials.Builder apiSecretKey(String apiSecretKey)
The API secret key required for API key authentication.
apiSecretKey - The API secret key required for API key authentication.Copyright © 2023. All rights reserved.