Interface StartNotebookExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartNotebookExportResponse.Builder,,StartNotebookExportResponse> DataZoneResponse.Builder,SdkBuilder<StartNotebookExportResponse.Builder,,StartNotebookExportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartNotebookExportResponse
@Mutable
@NotThreadSafe
public static interface StartNotebookExportResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<StartNotebookExportResponse.Builder,StartNotebookExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the notebook export was started.The identifier of the user who started the notebook export.The identifier of the Amazon SageMaker Unified Studio domain.fileFormat(String fileFormat) The file format of the notebook export.fileFormat(FileFormat fileFormat) The file format of the notebook export.The identifier of the notebook export.notebookId(String notebookId) The identifier of the notebook.owningProjectId(String owningProjectId) The identifier of the project that owns the notebook.The status of the notebook export.status(NotebookExportStatus status) The status of the notebook export.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
-
id
The identifier of the notebook export.
- Parameters:
id- The identifier of the notebook export.- 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.
- 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.
-
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.
-
fileFormat
The file format of the notebook export.
- Parameters:
fileFormat- The file format of the notebook export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileFormat
The file format of the notebook export.
- Parameters:
fileFormat- The file format of the notebook export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the notebook export.
- Parameters:
status- The status of the notebook export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the notebook export.
- Parameters:
status- The status of the notebook export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp of when the notebook export was started.
- Parameters:
createdAt- The timestamp of when the notebook export 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 export.
- Parameters:
createdBy- The identifier of the user who started the notebook export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-