Interface StartNotebookImportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartNotebookImportResponse.Builder,,StartNotebookImportResponse> DataZoneResponse.Builder,SdkBuilder<StartNotebookImportResponse.Builder,,StartNotebookImportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartNotebookImportResponse
@Mutable
@NotThreadSafe
public static interface StartNotebookImportResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<StartNotebookImportResponse.Builder,StartNotebookImportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the notebook import was started.The identifier of the user who started the notebook import.description(String description) The description of the imported notebook.The identifier of the Amazon SageMaker Unified Studio domain.The name of the imported notebook.notebookId(String notebookId) The identifier of the imported notebook.owningProjectId(String owningProjectId) The identifier of the project that owns the imported notebook.sourceLocation(Consumer<SourceLocation.Builder> sourceLocation) The source location from which the notebook was imported.sourceLocation(SourceLocation sourceLocation) The source location from which the notebook was imported.The status of the notebook import.status(NotebookStatus status) The status of the notebook import.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
notebookId
The identifier of the imported notebook.
- Parameters:
notebookId- The identifier of the imported notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the notebook import.
- Parameters:
status- The status of the notebook import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the notebook import.
- Parameters:
status- The status of the notebook import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 imported notebook.
- Parameters:
owningProjectId- The identifier of the project that owns the imported notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the imported notebook.
- Parameters:
name- The name of the imported notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the imported notebook.
- Parameters:
description- The description of the imported notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocation
The source location from which the notebook was imported.
- Parameters:
sourceLocation- The source location from which the notebook was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocation
default StartNotebookImportResponse.Builder sourceLocation(Consumer<SourceLocation.Builder> sourceLocation) The source location from which the notebook was imported.
This is a convenience method that creates an instance of theSourceLocation.Builderavoiding the need to create one manually viaSourceLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceLocation(SourceLocation).- Parameters:
sourceLocation- a consumer that will call methods onSourceLocation.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 import was started.
- Parameters:
createdAt- The timestamp of when the notebook import was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The identifier of the user who started the notebook import.
- Parameters:
createdBy- The identifier of the user who started the notebook import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-