Uses of Interface
software.amazon.awssdk.services.emrcontainers.model.GetManagedEndpointSessionCredentialsRequest.Builder
-
Packages that use GetManagedEndpointSessionCredentialsRequest.Builder 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 -
-
Uses of GetManagedEndpointSessionCredentialsRequest.Builder in software.amazon.awssdk.services.emrcontainers
Method parameters in software.amazon.awssdk.services.emrcontainers with type arguments of type GetManagedEndpointSessionCredentialsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetManagedEndpointSessionCredentialsResponse>EmrContainersAsyncClient. getManagedEndpointSessionCredentials(Consumer<GetManagedEndpointSessionCredentialsRequest.Builder> getManagedEndpointSessionCredentialsRequest)Generate a session token to connect to a managed endpoint.default GetManagedEndpointSessionCredentialsResponseEmrContainersClient. getManagedEndpointSessionCredentials(Consumer<GetManagedEndpointSessionCredentialsRequest.Builder> getManagedEndpointSessionCredentialsRequest)Generate a session token to connect to a managed endpoint. -
Uses of GetManagedEndpointSessionCredentialsRequest.Builder in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return GetManagedEndpointSessionCredentialsRequest.Builder Modifier and Type Method Description static GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest. builder()GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. clientToken(String clientToken)The client idempotency token of the job run request.GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. credentialType(String credentialType)Type of the token requested.GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. durationInSeconds(Integer durationInSeconds)Duration in seconds for which the session token is valid.GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. endpointIdentifier(String endpointIdentifier)The ARN of the managed endpoint for which the request is submitted.GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. executionRoleArn(String executionRoleArn)The IAM Execution Role ARN that will be used by the job run.GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. logContext(String logContext)String identifier used to separate sections of the execution logs uploaded to S3.GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest. toBuilder()GetManagedEndpointSessionCredentialsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder. virtualClusterIdentifier(String virtualClusterIdentifier)The ARN of the Virtual Cluster which the Managed Endpoint belongs to.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type GetManagedEndpointSessionCredentialsRequest.Builder Modifier and Type Method Description static Class<? extends GetManagedEndpointSessionCredentialsRequest.Builder>GetManagedEndpointSessionCredentialsRequest. serializableBuilderClass()
-