Uses of Interface
software.amazon.awssdk.services.emr.model.GetClusterSessionCredentialsRequest.Builder
-
Packages that use GetClusterSessionCredentialsRequest.Builder 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 -
-
Uses of GetClusterSessionCredentialsRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type GetClusterSessionCredentialsRequest.Builder Modifier and Type Method 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 GetClusterSessionCredentialsResponseEmrClient. 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. -
Uses of GetClusterSessionCredentialsRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return GetClusterSessionCredentialsRequest.Builder Modifier and Type Method Description static GetClusterSessionCredentialsRequest.BuilderGetClusterSessionCredentialsRequest. builder()GetClusterSessionCredentialsRequest.BuilderGetClusterSessionCredentialsRequest.Builder. clusterId(String clusterId)The unique identifier of the cluster.GetClusterSessionCredentialsRequest.BuilderGetClusterSessionCredentialsRequest.Builder. executionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.GetClusterSessionCredentialsRequest.BuilderGetClusterSessionCredentialsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetClusterSessionCredentialsRequest.BuilderGetClusterSessionCredentialsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetClusterSessionCredentialsRequest.BuilderGetClusterSessionCredentialsRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type GetClusterSessionCredentialsRequest.Builder Modifier and Type Method Description static Class<? extends GetClusterSessionCredentialsRequest.Builder>GetClusterSessionCredentialsRequest. serializableBuilderClass()
-