public static interface RdsDbUserDetails.Builder extends SdkPojo, CopyableBuilder<RdsDbUserDetails.Builder,RdsDbUserDetails>
| Modifier and Type | Method and Description |
|---|---|
RdsDbUserDetails.Builder |
application(String application)
The application name used in the anomalous login attempt.
|
RdsDbUserDetails.Builder |
authMethod(String authMethod)
The authentication method used by the user involved in the finding.
|
RdsDbUserDetails.Builder |
database(String database)
The name of the database instance involved in the anomalous login attempt.
|
RdsDbUserDetails.Builder |
ssl(String ssl)
The version of the Secure Socket Layer (SSL) used for the network.
|
RdsDbUserDetails.Builder |
user(String user)
The user name used in the anomalous login attempt.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRdsDbUserDetails.Builder user(String user)
The user name used in the anomalous login attempt.
user - The user name used in the anomalous login attempt.RdsDbUserDetails.Builder application(String application)
The application name used in the anomalous login attempt.
application - The application name used in the anomalous login attempt.RdsDbUserDetails.Builder database(String database)
The name of the database instance involved in the anomalous login attempt.
database - The name of the database instance involved in the anomalous login attempt.RdsDbUserDetails.Builder ssl(String ssl)
The version of the Secure Socket Layer (SSL) used for the network.
ssl - The version of the Secure Socket Layer (SSL) used for the network.RdsDbUserDetails.Builder authMethod(String authMethod)
The authentication method used by the user involved in the finding.
authMethod - The authentication method used by the user involved in the finding.Copyright © 2023. All rights reserved.