CopyableBuilder<GetClusterCredentialsResponse.Builder,GetClusterCredentialsResponse>
, SdkBuilder<GetClusterCredentialsResponse.Builder,GetClusterCredentialsResponse>
public static interface GetClusterCredentialsResponse.Builder extends CopyableBuilder<GetClusterCredentialsResponse.Builder,GetClusterCredentialsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetClusterCredentialsResponse.Builder |
dbPassword(String dbPassword) |
A temporary password that authorizes the user name returned by
DbUser to log on to the database
DbName . |
GetClusterCredentialsResponse.Builder |
dbUser(String dbUser) |
A database user name that is authorized to log on to the database
DbName using the password
DbPassword . |
GetClusterCredentialsResponse.Builder |
expiration(Date expiration) |
The date and time
DbPassword expires. |
copy
apply, build
GetClusterCredentialsResponse.Builder dbUser(String dbUser)
A database user name that is authorized to log on to the database DbName
using the password
DbPassword
. If the DbGroups
parameter is specifed, DbUser
is added to
the listed groups for the current session. The user name is prefixed with IAM:
for an existing
user name or IAMA:
if the user was auto-created.
dbUser
- A database user name that is authorized to log on to the database DbName
using the
password DbPassword
. If the DbGroups
parameter is specifed,
DbUser
is added to the listed groups for the current session. The user name is prefixed
with IAM:
for an existing user name or IAMA:
if the user was auto-created.GetClusterCredentialsResponse.Builder dbPassword(String dbPassword)
A temporary password that authorizes the user name returned by DbUser
to log on to the database
DbName
.
dbPassword
- A temporary password that authorizes the user name returned by DbUser
to log on to the
database DbName
.GetClusterCredentialsResponse.Builder expiration(Date expiration)
The date and time DbPassword
expires.
expiration
- The date and time DbPassword
expires.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.