public static interface SybaseSettings.Builder extends SdkPojo, CopyableBuilder<SybaseSettings.Builder,SybaseSettings>
| Modifier and Type | Method and Description |
|---|---|
SybaseSettings.Builder |
databaseName(String databaseName)
Database name for the endpoint.
|
SybaseSettings.Builder |
password(String password)
Endpoint connection password.
|
SybaseSettings.Builder |
port(Integer port)
Endpoint TCP port.
|
SybaseSettings.Builder |
secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the
required permissions to access the value in
SecretsManagerSecret. |
SybaseSettings.Builder |
secretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the SAP
SAE endpoint connection details. |
SybaseSettings.Builder |
serverName(String serverName)
Fully qualified domain name of the endpoint.
|
SybaseSettings.Builder |
username(String username)
Endpoint connection user name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSybaseSettings.Builder databaseName(String databaseName)
Database name for the endpoint.
databaseName - Database name for the endpoint.SybaseSettings.Builder password(String password)
Endpoint connection password.
password - Endpoint connection password.SybaseSettings.Builder port(Integer port)
Endpoint TCP port. The default is 5000.
port - Endpoint TCP port. The default is 5000.SybaseSettings.Builder serverName(String serverName)
Fully qualified domain name of the endpoint.
serverName - Fully qualified domain name of the endpoint.SybaseSettings.Builder username(String username)
Endpoint connection user name.
username - Endpoint connection user name.SybaseSettings.Builder secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the
required permissions to access the value in SecretsManagerSecret. The role must allow the
iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services
Secrets Manager secret that allows access to the SAP ASE endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this setting
and SecretsManagerSecretId. Or you can specify clear-text values for UserName,
Password, ServerName, and Port. You can't specify both. For more
information on creating this SecretsManagerSecret and the
SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see
Using secrets to access Database Migration Service resources in the Database Migration Service User
Guide.
secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and
grants the required permissions to access the value in SecretsManagerSecret. The role
must allow the iam:PassRole action. SecretsManagerSecret has the value of
the Amazon Web Services Secrets Manager secret that allows access to the SAP ASE endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this
setting and SecretsManagerSecretId. Or you can specify clear-text values for
UserName, Password, ServerName, and Port. You
can't specify both. For more information on creating this SecretsManagerSecret and the
SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access
it, see Using secrets to access Database Migration Service resources in the Database Migration Service
User Guide.
SybaseSettings.Builder secretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SAP
SAE endpoint connection details.
secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the
SAP SAE endpoint connection details.Copyright © 2023. All rights reserved.