public static interface GetClusterSessionCredentialsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<GetClusterSessionCredentialsRequest.Builder,GetClusterSessionCredentialsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetClusterSessionCredentialsRequest.Builder |
clusterId(String clusterId)
The unique identifier of the cluster.
|
GetClusterSessionCredentialsRequest.Builder |
executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
|
GetClusterSessionCredentialsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetClusterSessionCredentialsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetClusterSessionCredentialsRequest.Builder clusterId(String clusterId)
The unique identifier of the cluster.
clusterId - The unique identifier of the cluster.GetClusterSessionCredentialsRequest.Builder executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The
runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name,
and role type using the following format: arn:partition:service:region:account:resource.
executionRoleArn - The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID,
role name, and role type using the following format:
arn:partition:service:region:account:resource.GetClusterSessionCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetClusterSessionCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.