Interface GetClusterSessionCredentialsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetClusterSessionCredentialsRequest.Builder,,GetClusterSessionCredentialsRequest> EmrRequest.Builder,SdkBuilder<GetClusterSessionCredentialsRequest.Builder,,GetClusterSessionCredentialsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetClusterSessionCredentialsRequest
public static interface GetClusterSessionCredentialsRequest.Builder
extends EmrRequest.Builder, SdkPojo, CopyableBuilder<GetClusterSessionCredentialsRequest.Builder,GetClusterSessionCredentialsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the cluster.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
clusterId
The unique identifier of the cluster.
- Parameters:
 clusterId- The unique identifier of the cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GetClusterSessionCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetClusterSessionCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -