Interface GetNotebookResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetNotebookResponse.Builder,,GetNotebookResponse> DataZoneResponse.Builder,SdkBuilder<GetNotebookResponse.Builder,,GetNotebookResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetNotebookResponse
-
Method Summary
Modifier and TypeMethodDescriptioncellOrder(Collection<CellInformation> cellOrder) The ordered list of cells in the notebook.cellOrder(Consumer<CellInformation.Builder>... cellOrder) The ordered list of cells in the notebook.cellOrder(CellInformation... cellOrder) The ordered list of cells in the notebook.The identifier of the compute associated with the notebook.The 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.default GetNotebookResponse.BuilderenvironmentConfiguration(Consumer<EnvironmentConfig.Builder> environmentConfiguration) The environment configuration of the notebook.environmentConfiguration(EnvironmentConfig environmentConfiguration) The environment configuration of the notebook.default GetNotebookResponse.Buildererror(Consumer<NotebookError.Builder> error) The error details if the notebook is in a failed state.error(NotebookError error) The error details if the notebook is in a failed state.The identifier of the notebook.The timestamp of when the notebook was locked.The identifier of the user who locked the notebook.lockExpiresAt(Instant lockExpiresAt) The timestamp of when the notebook lock expires.The metadata of the notebook.The name of the notebook.owningProjectId(String owningProjectId) The identifier of the project that owns the notebook.parameters(Map<String, String> parameters) The sensitive parameters of 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.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.
- 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.
-
cellOrder
The ordered list of cells in the notebook.
- Parameters:
cellOrder- The ordered list of cells in the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The ordered list of cells in the notebook.
- Parameters:
cellOrder- The ordered list of cells in the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The ordered list of cells in the notebook.
This is a convenience method that creates an instance of theCellInformation.Builderavoiding the need to create one manually viaCellInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocellOrder(List<CellInformation>).- Parameters:
cellOrder- a consumer that will call methods onCellInformation.Builder- 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:
-
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.
-
lockedBy
The identifier of the user who locked the notebook.
- Parameters:
lockedBy- The identifier of the user who locked the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lockedAt
The timestamp of when the notebook was locked.
- Parameters:
lockedAt- The timestamp of when the notebook was locked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lockExpiresAt
The timestamp of when the notebook lock expires.
- Parameters:
lockExpiresAt- The timestamp of when the notebook lock expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeId
The identifier of the compute associated with the notebook.
- Parameters:
computeId- The identifier of the compute associated with the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The metadata of the notebook.
- Parameters:
metadata- The metadata of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The sensitive parameters of the notebook.
- Parameters:
parameters- The sensitive parameters of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfiguration
The environment configuration of the notebook.
- Parameters:
environmentConfiguration- The environment configuration of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfiguration
default GetNotebookResponse.Builder environmentConfiguration(Consumer<EnvironmentConfig.Builder> environmentConfiguration) The environment configuration of the notebook.
This is a convenience method that creates an instance of theEnvironmentConfig.Builderavoiding the need to create one manually viaEnvironmentConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentConfiguration(EnvironmentConfig).- Parameters:
environmentConfiguration- a consumer that will call methods onEnvironmentConfig.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 is in a failed state.
- Parameters:
error- The error details if the notebook is in a failed state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error details if the notebook is in a failed state.
This is a convenience method that creates an instance of theNotebookError.Builderavoiding the need to create one manually viaNotebookError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(NotebookError).- Parameters:
error- a consumer that will call methods onNotebookError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-