public static interface UserAuthConfigInfo.Builder extends SdkPojo, CopyableBuilder<UserAuthConfigInfo.Builder,UserAuthConfigInfo>
Modifier and Type | Method and Description |
---|---|
UserAuthConfigInfo.Builder |
authScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfigInfo.Builder |
authScheme(String authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfigInfo.Builder |
clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType)
The type of authentication the proxy uses for connections from clients.
|
UserAuthConfigInfo.Builder |
clientPasswordAuthType(String clientPasswordAuthType)
The type of authentication the proxy uses for connections from clients.
|
UserAuthConfigInfo.Builder |
description(String description)
A user-specified description about the authentication used by a proxy to log in as a specific database user.
|
UserAuthConfigInfo.Builder |
iamAuth(IAMAuthMode iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfigInfo.Builder |
iamAuth(String iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfigInfo.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB
instance or Aurora DB cluster.
|
UserAuthConfigInfo.Builder |
userName(String userName)
The name of the database user to which the proxy connects.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UserAuthConfigInfo.Builder description(String description)
A user-specified description about the authentication used by a proxy to log in as a specific database user.
description
- A user-specified description about the authentication used by a proxy to log in as a specific database
user.UserAuthConfigInfo.Builder userName(String userName)
The name of the database user to which the proxy connects.
userName
- The name of the database user to which the proxy connects.UserAuthConfigInfo.Builder authScheme(String authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
authScheme
- The type of authentication that the proxy uses for connections from the proxy to the underlying
database.AuthScheme
,
AuthScheme
UserAuthConfigInfo.Builder authScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
authScheme
- The type of authentication that the proxy uses for connections from the proxy to the underlying
database.AuthScheme
,
AuthScheme
UserAuthConfigInfo.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
secretArn
- The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS
DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.UserAuthConfigInfo.Builder iamAuth(String iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy. The ENABLED
value is valid only for proxies with RDS for Microsoft SQL
Server.
iamAuth
- Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication
for connections to the proxy. The ENABLED
value is valid only for proxies with RDS for
Microsoft SQL Server.IAMAuthMode
,
IAMAuthMode
UserAuthConfigInfo.Builder iamAuth(IAMAuthMode iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy. The ENABLED
value is valid only for proxies with RDS for Microsoft SQL
Server.
iamAuth
- Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication
for connections to the proxy. The ENABLED
value is valid only for proxies with RDS for
Microsoft SQL Server.IAMAuthMode
,
IAMAuthMode
UserAuthConfigInfo.Builder clientPasswordAuthType(String clientPasswordAuthType)
The type of authentication the proxy uses for connections from clients.
clientPasswordAuthType
- The type of authentication the proxy uses for connections from clients.ClientPasswordAuthType
,
ClientPasswordAuthType
UserAuthConfigInfo.Builder clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType)
The type of authentication the proxy uses for connections from clients.
clientPasswordAuthType
- The type of authentication the proxy uses for connections from clients.ClientPasswordAuthType
,
ClientPasswordAuthType
Copyright © 2023. All rights reserved.