Interface ApplicationCredential.Builder

    • Method Detail

      • databaseName

        ApplicationCredential.Builder databaseName​(String databaseName)

        The name of the SAP HANA database.

        Parameters:
        databaseName - The name of the SAP HANA database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialType

        ApplicationCredential.Builder credentialType​(String credentialType)

        The type of the application credentials.

        Parameters:
        credentialType - The type of the application credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CredentialType, CredentialType
      • secretId

        ApplicationCredential.Builder secretId​(String secretId)

        The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.

        Parameters:
        secretId - The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.