Interface NotebookRunSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotebookRunSummary.Builder,,NotebookRunSummary> SdkBuilder<NotebookRunSummary.Builder,,NotebookRunSummary> SdkPojo
- Enclosing class:
NotebookRunSummary
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt(Instant completedAt) The timestamp of when the notebook run completed.The timestamp of when the notebook run was created.The identifier of the user who created the notebook run.The identifier of the Amazon SageMaker Unified Studio domain.The identifier of the notebook run.notebookId(String notebookId) The identifier of the notebook.owningProjectId(String owningProjectId) The identifier of the project that owns the notebook run.scheduleId(String scheduleId) The identifier of the schedule associated with the notebook run.The timestamp of when the notebook run started executing.The status of the notebook run.status(NotebookRunStatus status) The status of the notebook run.default NotebookRunSummary.BuildertriggerSource(Consumer<TriggerSource.Builder> triggerSource) The source that triggered the notebook run.triggerSource(TriggerSource triggerSource) The source that triggered the notebook run.The timestamp of when the notebook run was last updated.The identifier of the user who last updated the notebook run.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
-
id
The identifier of the notebook run.
- Parameters:
id- The identifier of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The identifier of the Amazon SageMaker Unified Studio domain.
- Parameters:
domainId- The identifier of the Amazon SageMaker Unified Studio domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
The identifier of the project that owns the notebook run.
- Parameters:
owningProjectId- The identifier of the project that owns the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notebookId
The identifier of the notebook.
- Parameters:
notebookId- The identifier of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleId
The identifier of the schedule associated with the notebook run.
- Parameters:
scheduleId- The identifier of the schedule associated with the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the notebook run.
- Parameters:
status- The status of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the notebook run.
- Parameters:
status- The status of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerSource
The source that triggered the notebook run.
- Parameters:
triggerSource- The source that triggered the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerSource
The source that triggered the notebook run.
This is a convenience method that creates an instance of theTriggerSource.Builderavoiding the need to create one manually viaTriggerSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totriggerSource(TriggerSource).- Parameters:
triggerSource- a consumer that will call methods onTriggerSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp of when the notebook run was created.
- Parameters:
createdAt- The timestamp of when the notebook run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The identifier of the user who created the notebook run.
- Parameters:
createdBy- The identifier of the user who created the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the notebook run was last updated.
- Parameters:
updatedAt- The timestamp of when the notebook run was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The identifier of the user who last updated the notebook run.
- Parameters:
updatedBy- The identifier of the user who last updated the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The timestamp of when the notebook run started executing.
- Parameters:
startedAt- The timestamp of when the notebook run started executing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The timestamp of when the notebook run completed.
- Parameters:
completedAt- The timestamp of when the notebook run completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-