Interface UserAuthConfigInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UserAuthConfigInfo.Builder,,- UserAuthConfigInfo> - SdkBuilder<UserAuthConfigInfo.Builder,,- UserAuthConfigInfo> - SdkPojo
- Enclosing class:
- UserAuthConfigInfo
- 
Method SummaryModifier and TypeMethodDescriptionauthScheme(String authScheme) The type of authentication that the proxy uses for connections from the proxy to the underlying database.authScheme(AuthScheme authScheme) The type of authentication that the proxy uses for connections from the proxy to the underlying database.clientPasswordAuthType(String clientPasswordAuthType) The type of authentication the proxy uses for connections from clients.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) The type of authentication the proxy uses for connections from clients.description(String description) A user-specified description about the authentication used by a proxy to log in as a specific database user.Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.iamAuth(IAMAuthMode iamAuth) Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.The name of the database user to which the proxy connects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
descriptionA user-specified description about the authentication used by a proxy to log in as a specific database user. - Parameters:
- description- A user-specified description about the authentication used by a proxy to log in as a specific database user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userNameThe name of the database user to which the proxy connects. - Parameters:
- userName- The name of the database user to which the proxy connects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authSchemeThe type of authentication that the proxy uses for connections from the proxy to the underlying database. - Parameters:
- authScheme- The type of authentication that the proxy uses for connections from the proxy to the underlying database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authSchemeThe type of authentication that the proxy uses for connections from the proxy to the underlying database. - Parameters:
- authScheme- The type of authentication that the proxy uses for connections from the proxy to the underlying database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
secretArnThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iamAuthWhether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. - Parameters:
- iamAuth- Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
iamAuthWhether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. - Parameters:
- iamAuth- Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientPasswordAuthTypeThe type of authentication the proxy uses for connections from clients. - Parameters:
- clientPasswordAuthType- The type of authentication the proxy uses for connections from clients.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientPasswordAuthTypeThe type of authentication the proxy uses for connections from clients. - Parameters:
- clientPasswordAuthType- The type of authentication the proxy uses for connections from clients.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-