public static interface GetManagedEndpointSessionCredentialsRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<GetManagedEndpointSessionCredentialsRequest.Builder,GetManagedEndpointSessionCredentialsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetManagedEndpointSessionCredentialsRequest.Builder endpointIdentifier(String endpointIdentifier)
The ARN of the managed endpoint for which the request is submitted.
endpointIdentifier - The ARN of the managed endpoint for which the request is submitted.GetManagedEndpointSessionCredentialsRequest.Builder virtualClusterIdentifier(String virtualClusterIdentifier)
The ARN of the Virtual Cluster which the Managed Endpoint belongs to.
virtualClusterIdentifier - The ARN of the Virtual Cluster which the Managed Endpoint belongs to.GetManagedEndpointSessionCredentialsRequest.Builder executionRoleArn(String executionRoleArn)
The IAM Execution Role ARN that will be used by the job run.
executionRoleArn - The IAM Execution Role ARN that will be used by the job run.GetManagedEndpointSessionCredentialsRequest.Builder credentialType(String credentialType)
Type of the token requested. Currently supported and default value of this field is “TOKEN.”
credentialType - Type of the token requested. Currently supported and default value of this field is “TOKEN.”GetManagedEndpointSessionCredentialsRequest.Builder durationInSeconds(Integer durationInSeconds)
Duration in seconds for which the session token is valid. The default duration is 15 minutes and the maximum is 12 hours.
durationInSeconds - Duration in seconds for which the session token is valid. The default duration is 15 minutes and the
maximum is 12 hours.GetManagedEndpointSessionCredentialsRequest.Builder logContext(String logContext)
String identifier used to separate sections of the execution logs uploaded to S3.
logContext - String identifier used to separate sections of the execution logs uploaded to S3.GetManagedEndpointSessionCredentialsRequest.Builder clientToken(String clientToken)
The client idempotency token of the job run request.
clientToken - The client idempotency token of the job run request.GetManagedEndpointSessionCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetManagedEndpointSessionCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.