Interface ApplicationCredential.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>, SdkBuilder<ApplicationCredential.Builder,ApplicationCredential>, SdkPojo
Enclosing class:
ApplicationCredential

public static interface ApplicationCredential.Builder extends SdkPojo, CopyableBuilder<ApplicationCredential.Builder,ApplicationCredential>
  • Method Details

    • 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

      ApplicationCredential.Builder credentialType(CredentialType 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:
    • 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.