Interface GetNotebookExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetNotebookExportResponse.Builder,,GetNotebookExportResponse> DataZoneResponse.Builder,SdkBuilder<GetNotebookExportResponse.Builder,,GetNotebookExportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetNotebookExportResponse
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt(Instant completedAt) The timestamp of when the notebook export completed.The 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.error(Consumer<NotebookExportError.Builder> error) The error details if the notebook export failed.error(NotebookExportError error) The error details if the notebook export failed.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.outputLocation(Consumer<OutputLocation.Builder> outputLocation) The output location of the exported notebook in Amazon Simple Storage Service.outputLocation(OutputLocation outputLocation) The output location of the exported notebook in Amazon Simple Storage Service.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:
-
outputLocation
The output location of the exported notebook in Amazon Simple Storage Service.
- Parameters:
outputLocation- The output location of the exported notebook in Amazon Simple Storage Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputLocation
default GetNotebookExportResponse.Builder outputLocation(Consumer<OutputLocation.Builder> outputLocation) The output location of the exported notebook in Amazon Simple Storage Service.
This is a convenience method that creates an instance of theOutputLocation.Builderavoiding the need to create one manually viaOutputLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputLocation(OutputLocation).- Parameters:
outputLocation- a consumer that will call methods onOutputLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
error
The error details if the notebook export failed.
- Parameters:
error- The error details if the notebook export failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error details if the notebook export failed.
This is a convenience method that creates an instance of theNotebookExportError.Builderavoiding the need to create one manually viaNotebookExportError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(NotebookExportError).- Parameters:
error- a consumer that will call methods onNotebookExportError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
completedAt
The timestamp of when the notebook export completed.
- Parameters:
completedAt- The timestamp of when the notebook export completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-