public static interface SessionConfiguration.Builder extends SdkPojo, CopyableBuilder<SessionConfiguration.Builder,SessionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SessionConfiguration.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
SessionConfiguration.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
SessionConfiguration.Builder |
executionRole(String executionRole)
The ARN of the execution role used for the session.
|
SessionConfiguration.Builder |
idleTimeoutSeconds(Long idleTimeoutSeconds)
The idle timeout in seconds for the session.
|
SessionConfiguration.Builder |
workingDirectory(String workingDirectory)
The Amazon S3 location that stores information for the notebook.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionConfiguration.Builder executionRole(String executionRole)
The ARN of the execution role used for the session.
executionRole - The ARN of the execution role used for the session.SessionConfiguration.Builder workingDirectory(String workingDirectory)
The Amazon S3 location that stores information for the notebook.
workingDirectory - The Amazon S3 location that stores information for the notebook.SessionConfiguration.Builder idleTimeoutSeconds(Long idleTimeoutSeconds)
The idle timeout in seconds for the session.
idleTimeoutSeconds - The idle timeout in seconds for the session.SessionConfiguration.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
encryptionConfiguration - The new value for the EncryptionConfiguration property for this object.default SessionConfiguration.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
EncryptionConfiguration.Builder avoiding
the need to create one manually via EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration).
encryptionConfiguration - a consumer that will call methods on EncryptionConfiguration.BuilderencryptionConfiguration(EncryptionConfiguration)Copyright © 2023. All rights reserved.