| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers |
Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks
on Amazon Elastic Kubernetes Service (Amazon EKS).
|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
default GetManagedEndpointSessionCredentialsResponse |
EmrContainersClient.getManagedEndpointSessionCredentials(Consumer<GetManagedEndpointSessionCredentialsRequest.Builder> getManagedEndpointSessionCredentialsRequest)
Generate a session token to connect to a managed endpoint.
|
default CompletableFuture<GetManagedEndpointSessionCredentialsResponse> |
EmrContainersAsyncClient.getManagedEndpointSessionCredentials(Consumer<GetManagedEndpointSessionCredentialsRequest.Builder> getManagedEndpointSessionCredentialsRequest)
Generate a session token to connect to a managed endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.builder() |
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.clientToken(String clientToken)
The client idempotency token of the job run request.
|
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.credentialType(String credentialType)
Type of the token requested.
|
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.durationInSeconds(Integer durationInSeconds)
Duration in seconds for which the session token is valid.
|
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.endpointIdentifier(String endpointIdentifier)
The ARN of the managed endpoint for which the request is submitted.
|
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.executionRoleArn(String executionRoleArn)
The IAM Execution Role ARN that will be used by the job run.
|
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.logContext(String logContext)
String identifier used to separate sections of the execution logs uploaded to S3.
|
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.toBuilder() |
GetManagedEndpointSessionCredentialsRequest.Builder |
GetManagedEndpointSessionCredentialsRequest.Builder.virtualClusterIdentifier(String virtualClusterIdentifier)
The ARN of the Virtual Cluster which the Managed Endpoint belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetManagedEndpointSessionCredentialsRequest.Builder> |
GetManagedEndpointSessionCredentialsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.