| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
SessionConfiguration |
SessionConfiguration.clone() |
SessionConfiguration |
GetSessionResult.getSessionConfiguration()
Contains the workgroup configuration information used by the session.
|
SessionConfiguration |
SessionConfiguration.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
SessionConfiguration |
SessionConfiguration.withExecutionRole(String executionRole)
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups.
|
SessionConfiguration |
SessionConfiguration.withIdleTimeoutSeconds(Long idleTimeoutSeconds)
The idle timeout in seconds for the session.
|
SessionConfiguration |
SessionConfiguration.withWorkingDirectory(String workingDirectory)
The Amazon S3 location that stores information for the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSessionResult.setSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
|
GetSessionResult |
GetSessionResult.withSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
|
Copyright © 2024. All rights reserved.