Interface NotebookSessionSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NotebookSessionSummary.Builder,,NotebookSessionSummary> SdkBuilder<NotebookSessionSummary.Builder,,NotebookSessionSummary> SdkPojo
- Enclosing class:
 NotebookSessionSummary
public static interface NotebookSessionSummary.Builder
extends SdkPojo, CopyableBuilder<NotebookSessionSummary.Builder,NotebookSessionSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time when the notebook session was created.The notebook session ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
sessionId
The notebook session ID.
- Parameters:
 sessionId- The notebook session ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTime
The time when the notebook session was created.
- Parameters:
 creationTime- The time when the notebook session was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -