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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetClusterSessionCredentialsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterId
GetClusterSessionCredentialsRequest.Builder clusterId(String 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
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
.- 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetClusterSessionCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-