public static interface GetClusterCredentialsWithIamResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<GetClusterCredentialsWithIamResponse.Builder,GetClusterCredentialsWithIamResponse>
| Modifier and Type | Method and Description |
|---|---|
GetClusterCredentialsWithIamResponse.Builder |
dbPassword(String dbPassword)
A temporary password that you provide when you connect to a database.
|
GetClusterCredentialsWithIamResponse.Builder |
dbUser(String dbUser)
A database user name that you provide when you connect to a database.
|
GetClusterCredentialsWithIamResponse.Builder |
expiration(Instant expiration)
The time (UTC) when the temporary password expires.
|
GetClusterCredentialsWithIamResponse.Builder |
nextRefreshTime(Instant nextRefreshTime)
Reserved for future use.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetClusterCredentialsWithIamResponse.Builder dbUser(String dbUser)
A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
dbUser - A database user name that you provide when you connect to a database. The database user is mapped 1:1
to the source IAM identity.GetClusterCredentialsWithIamResponse.Builder dbPassword(String dbPassword)
A temporary password that you provide when you connect to a database.
dbPassword - A temporary password that you provide when you connect to a database.GetClusterCredentialsWithIamResponse.Builder expiration(Instant expiration)
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
expiration - The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary
password fails.GetClusterCredentialsWithIamResponse.Builder nextRefreshTime(Instant nextRefreshTime)
Reserved for future use.
nextRefreshTime - Reserved for future use.Copyright © 2022. All rights reserved.