Uses of Interface
software.amazon.awssdk.services.athena.model.SessionConfiguration.Builder
-
Packages that use SessionConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of SessionConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return SessionConfiguration.Builder Modifier and Type Method Description static SessionConfiguration.BuilderSessionConfiguration. builder()default SessionConfiguration.BuilderSessionConfiguration.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.SessionConfiguration.BuilderSessionConfiguration.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.SessionConfiguration.BuilderSessionConfiguration.Builder. executionRole(String executionRole)The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups.SessionConfiguration.BuilderSessionConfiguration.Builder. idleTimeoutSeconds(Long idleTimeoutSeconds)The idle timeout in seconds for the session.SessionConfiguration.BuilderSessionConfiguration. toBuilder()SessionConfiguration.BuilderSessionConfiguration.Builder. workingDirectory(String workingDirectory)The Amazon S3 location that stores information for the notebook.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type SessionConfiguration.Builder Modifier and Type Method Description static Class<? extends SessionConfiguration.Builder>SessionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type SessionConfiguration.Builder Modifier and Type Method Description default GetSessionResponse.BuilderGetSessionResponse.Builder. sessionConfiguration(Consumer<SessionConfiguration.Builder> sessionConfiguration)Contains the workgroup configuration information used by the session.
-