| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetClusterSessionCredentialsResponse> |
EmrAsyncClient.getClusterSessionCredentials(Consumer<GetClusterSessionCredentialsRequest.Builder> getClusterSessionCredentialsRequest)
Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a
cluster with fine-grained access control activated.
|
default GetClusterSessionCredentialsResponse |
EmrClient.getClusterSessionCredentials(Consumer<GetClusterSessionCredentialsRequest.Builder> getClusterSessionCredentialsRequest)
Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a
cluster with fine-grained access control activated.
|
| Modifier and Type | Method and Description |
|---|---|
static GetClusterSessionCredentialsRequest.Builder |
GetClusterSessionCredentialsRequest.builder() |
GetClusterSessionCredentialsRequest.Builder |
GetClusterSessionCredentialsRequest.Builder.clusterId(String clusterId)
The unique identifier of the cluster.
|
GetClusterSessionCredentialsRequest.Builder |
GetClusterSessionCredentialsRequest.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
|
GetClusterSessionCredentialsRequest.Builder |
GetClusterSessionCredentialsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetClusterSessionCredentialsRequest.Builder |
GetClusterSessionCredentialsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetClusterSessionCredentialsRequest.Builder |
GetClusterSessionCredentialsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetClusterSessionCredentialsRequest.Builder> |
GetClusterSessionCredentialsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.