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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotebookSessionSummary.Builder
creationTime(Instant creationTime)
The time when the notebook session was created.NotebookSessionSummary.Builder
sessionId(String sessionId)
The notebook session ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sessionId
NotebookSessionSummary.Builder sessionId(String 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
NotebookSessionSummary.Builder creationTime(Instant 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.
-
-