public static interface GetCredentialsResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetCredentialsResponse.Builder,GetCredentialsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCredentialsResponse.Builder |
dbPassword(String dbPassword)
A temporary password that authorizes the user name returned by
DbUser to log on to the database
DbName. |
GetCredentialsResponse.Builder |
dbUser(String dbUser)
A database user name that is authorized to log on to the database
DbName using the password
DbPassword. |
GetCredentialsResponse.Builder |
expiration(Instant expiration)
The date and time the password in
DbPassword expires. |
GetCredentialsResponse.Builder |
nextRefreshTime(Instant nextRefreshTime)
The date and time of when the
DbUser and DbPassword authorization refreshes. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCredentialsResponse.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.GetCredentialsResponse.Builder dbUser(String dbUser)
A database user name that is authorized to log on to the database DbName using the password
DbPassword. If the specified DbUser exists in the database, the new user name has
the same database privileges as the the user named in DbUser. By default, the user is added to
PUBLIC.
dbUser - A database user name that is authorized to log on to the database DbName using the
password DbPassword. If the specified DbUser exists in the database, the new
user name has the same database privileges as the the user named in DbUser. By default,
the user is added to PUBLIC.GetCredentialsResponse.Builder expiration(Instant expiration)
The date and time the password in DbPassword expires.
expiration - The date and time the password in DbPassword expires.GetCredentialsResponse.Builder nextRefreshTime(Instant nextRefreshTime)
The date and time of when the DbUser and DbPassword authorization refreshes.
nextRefreshTime - The date and time of when the DbUser and DbPassword authorization refreshes.Copyright © 2022. All rights reserved.