| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCredentialsResponse.Builder |
GetCredentialsResponse.builder() |
GetCredentialsResponse.Builder |
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 |
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 |
GetCredentialsResponse.Builder.expiration(Instant expiration)
The date and time the password in
DbPassword expires. |
GetCredentialsResponse.Builder |
GetCredentialsResponse.Builder.nextRefreshTime(Instant nextRefreshTime)
The date and time of when the
DbUser and DbPassword authorization refreshes. |
GetCredentialsResponse.Builder |
GetCredentialsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCredentialsResponse.Builder> |
GetCredentialsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.