public static interface ApplicationCredential.Builder extends SdkPojo, CopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
| Modifier and Type | Method and Description |
|---|---|
ApplicationCredential.Builder |
credentialType(CredentialType credentialType)
The type of the application credentials.
|
ApplicationCredential.Builder |
credentialType(String credentialType)
The type of the application credentials.
|
ApplicationCredential.Builder |
databaseName(String databaseName)
The name of the SAP HANA database.
|
ApplicationCredential.Builder |
secretId(String secretId)
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationCredential.Builder databaseName(String databaseName)
The name of the SAP HANA database.
databaseName - The name of the SAP HANA database.ApplicationCredential.Builder credentialType(String credentialType)
The type of the application credentials.
credentialType - The type of the application credentials.CredentialType,
CredentialTypeApplicationCredential.Builder credentialType(CredentialType credentialType)
The type of the application credentials.
credentialType - The type of the application credentials.CredentialType,
CredentialTypeApplicationCredential.Builder secretId(String secretId)
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
secretId - The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.Copyright © 2023. All rights reserved.