| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
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-based and
password-based authentication.
|
GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.Builder.credentials(Credentials credentials)
The credentials that you can use to connect to cluster endpoints that support username-based and
password-based 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetClusterSessionCredentialsResponse.Builder> |
GetClusterSessionCredentialsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.