Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.GetCredentialsResponse.Builder
-
Packages that use GetCredentialsResponse.Builder Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of GetCredentialsResponse.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return GetCredentialsResponse.Builder Modifier and Type Method Description static GetCredentialsResponse.BuilderGetCredentialsResponse. builder()GetCredentialsResponse.BuilderGetCredentialsResponse.Builder. dbPassword(String dbPassword)A temporary password that authorizes the user name returned byDbUserto log on to the databaseDbName.GetCredentialsResponse.BuilderGetCredentialsResponse.Builder. dbUser(String dbUser)A database user name that is authorized to log on to the databaseDbNameusing the passwordDbPassword.GetCredentialsResponse.BuilderGetCredentialsResponse.Builder. expiration(Instant expiration)The date and time the password inDbPasswordexpires.GetCredentialsResponse.BuilderGetCredentialsResponse.Builder. nextRefreshTime(Instant nextRefreshTime)The date and time of when theDbUserandDbPasswordauthorization refreshes.GetCredentialsResponse.BuilderGetCredentialsResponse. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type GetCredentialsResponse.Builder Modifier and Type Method Description static Class<? extends GetCredentialsResponse.Builder>GetCredentialsResponse. serializableBuilderClass()
-