static GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.builder() |
|
default GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) |
The credentials that you can use to connect to cluster endpoints that support username and password
authentication.
|
GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.Builder.credentials(Credentials credentials) |
The credentials that you can use to connect to cluster endpoints that support username and password
authentication.
|
GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.Builder.expiresAt(Instant expiresAt) |
The time when the credentials that are returned by the GetClusterSessionCredentials API expire.
|
GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.toBuilder() |
|