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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationCredential.BuildercredentialType(String credentialType)The type of the application credentials.ApplicationCredential.BuildercredentialType(CredentialType credentialType)The type of the application credentials.ApplicationCredential.BuilderdatabaseName(String databaseName)The name of the SAP HANA database.ApplicationCredential.BuildersecretId(String secretId)The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
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:
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.
-
-