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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
sessionIdThe notebook session ID. - Parameters:
- sessionId- The notebook session ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe 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.
 
 
-