Builder

class Builder

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client request token, the service returns the original response without performing the operation again.

Link copied to clipboard

The ID of the cluster on which to start the session.

Link copied to clipboard

The configuration overrides for the session. Only runtime configuration overrides are supported.

Link copied to clipboard

The execution role ARN for the session. Amazon EMR uses this role to access Amazon Web Services resources on your behalf during session execution.

Link copied to clipboard

The monitoring configuration that controls where session logs are published, such as Amazon S3, CloudWatch, or managed logging.

Link copied to clipboard
var name: String?

An optional name for the session.

Link copied to clipboard

The idle timeout, in minutes. If the session is idle for this duration, Amazon EMR EC2 automatically terminates it.

Link copied to clipboard
var tags: List<Tag>?

The tags to assign to the session.