Interface NotebookSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotebookSummary.Builder,,NotebookSummary> SdkBuilder<NotebookSummary.Builder,,NotebookSummary> SdkPojo
- Enclosing class:
NotebookSummary
@Mutable
@NotThreadSafe
public static interface NotebookSummary.Builder
extends SdkPojo, CopyableBuilder<NotebookSummary.Builder,NotebookSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the notebook was created.The identifier of the user who created the notebook.description(String description) The description of the notebook.The identifier of the Amazon SageMaker Unified Studio domain.The identifier of the notebook.The name of the notebook.owningProjectId(String owningProjectId) The identifier of the project that owns the notebook.The status of the notebook.status(NotebookStatus status) The status of the notebook.The timestamp of when the notebook was last updated.The identifier of the user who last updated the notebook.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.
- Parameters:
id- The identifier of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the notebook.
- Parameters:
name- The name of the notebook.- 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.
- Parameters:
owningProjectId- The identifier of the project that owns the notebook.- 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.
-
status
The status of the notebook.
- Parameters:
status- The status of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the notebook.
- Parameters:
status- The status of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the notebook.
- Parameters:
description- The description of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the notebook was created.
- Parameters:
createdAt- The timestamp of when the notebook 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.
- Parameters:
createdBy- The identifier of the user who created the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the notebook was last updated.
- Parameters:
updatedAt- The timestamp of when the notebook 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.
- Parameters:
updatedBy- The identifier of the user who last updated the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-