Interface StartNotebookRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartNotebookRunResponse.Builder,,StartNotebookRunResponse> DataZoneResponse.Builder,SdkBuilder<StartNotebookRunResponse.Builder,,StartNotebookRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartNotebookRunResponse
-
Method Summary
Modifier and TypeMethodDescriptioncellOrder(Collection<CellInformation> cellOrder) The ordered list of cells in the notebook run.cellOrder(Consumer<CellInformation.Builder>... cellOrder) The ordered list of cells in the notebook run.cellOrder(CellInformation... cellOrder) The ordered list of cells in the notebook run.completedAt(Instant completedAt) The timestamp of when the notebook run completed.default StartNotebookRunResponse.BuildercomputeConfiguration(Consumer<ComputeConfig.Builder> computeConfiguration) The compute configuration of the notebook run.computeConfiguration(ComputeConfig computeConfiguration) The compute configuration of the notebook run.The timestamp of when the notebook run was created.The identifier of the user who created the notebook run.The identifier of the Amazon SageMaker Unified Studio domain.default StartNotebookRunResponse.BuilderenvironmentConfiguration(Consumer<EnvironmentConfig.Builder> environmentConfiguration) The environment configuration of the notebook run, including image version and package settings.environmentConfiguration(EnvironmentConfig environmentConfiguration) The environment configuration of the notebook run, including image version and package settings.default StartNotebookRunResponse.Buildererror(Consumer<NotebookRunError.Builder> error) The error details if the notebook run failed.error(NotebookRunError error) The error details if the notebook run failed.The identifier of the notebook run.The metadata of the notebook run.default StartNotebookRunResponse.BuildernetworkConfiguration(Consumer<NetworkConfig.Builder> networkConfiguration) The network configuration of the notebook run.networkConfiguration(NetworkConfig networkConfiguration) The network configuration of the notebook run.notebookId(String notebookId) The identifier of the notebook.owningProjectId(String owningProjectId) The identifier of the project that owns the notebook run.parameters(Map<String, String> parameters) The sensitive parameters of the notebook run.scheduleId(String scheduleId) The identifier of the schedule associated with the notebook run.The timestamp of when the notebook run started executing.The status of the notebook run.status(NotebookRunStatus status) The status of the notebook run.default StartNotebookRunResponse.BuilderstorageConfiguration(Consumer<StorageConfig.Builder> storageConfiguration) The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.storageConfiguration(StorageConfig storageConfiguration) The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.default StartNotebookRunResponse.BuildertimeoutConfiguration(Consumer<TimeoutConfig.Builder> timeoutConfiguration) The timeout configuration of the notebook run.timeoutConfiguration(TimeoutConfig timeoutConfiguration) The timeout configuration of the notebook run.default StartNotebookRunResponse.BuildertriggerSource(Consumer<TriggerSource.Builder> triggerSource) The source that triggered the notebook run.triggerSource(TriggerSource triggerSource) The source that triggered the notebook run.The timestamp of when the notebook run was last updated.The identifier of the user who last updated the notebook run.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 run.
- Parameters:
id- The identifier of the notebook run.- 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 run.
- Parameters:
owningProjectId- The identifier of the project that owns the notebook run.- 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.
-
scheduleId
The identifier of the schedule associated with the notebook run.
- Parameters:
scheduleId- The identifier of the schedule associated with the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the notebook run.
- Parameters:
status- The status of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the notebook run.
- Parameters:
status- The status of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cellOrder
The ordered list of cells in the notebook run.
- Parameters:
cellOrder- The ordered list of cells in the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The ordered list of cells in the notebook run.
- Parameters:
cellOrder- The ordered list of cells in the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The ordered list of cells in the notebook run.
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:
-
metadata
The metadata of the notebook run.
- Parameters:
metadata- The metadata of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The sensitive parameters of the notebook run.
- Parameters:
parameters- The sensitive parameters of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfiguration
The compute configuration of the notebook run.
- Parameters:
computeConfiguration- The compute configuration of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfiguration
default StartNotebookRunResponse.Builder computeConfiguration(Consumer<ComputeConfig.Builder> computeConfiguration) The compute configuration of the notebook run.
This is a convenience method that creates an instance of theComputeConfig.Builderavoiding the need to create one manually viaComputeConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomputeConfiguration(ComputeConfig).- Parameters:
computeConfiguration- a consumer that will call methods onComputeConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkConfiguration
The network configuration of the notebook run.
- Parameters:
networkConfiguration- The network configuration of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfiguration
default StartNotebookRunResponse.Builder networkConfiguration(Consumer<NetworkConfig.Builder> networkConfiguration) The network configuration of the notebook run.
This is a convenience method that creates an instance of theNetworkConfig.Builderavoiding the need to create one manually viaNetworkConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkConfiguration(NetworkConfig).- Parameters:
networkConfiguration- a consumer that will call methods onNetworkConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeoutConfiguration
The timeout configuration of the notebook run.
- Parameters:
timeoutConfiguration- The timeout configuration of the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutConfiguration
default StartNotebookRunResponse.Builder timeoutConfiguration(Consumer<TimeoutConfig.Builder> timeoutConfiguration) The timeout configuration of the notebook run.
This is a convenience method that creates an instance of theTimeoutConfig.Builderavoiding the need to create one manually viaTimeoutConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimeoutConfiguration(TimeoutConfig).- Parameters:
timeoutConfiguration- a consumer that will call methods onTimeoutConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
environmentConfiguration
StartNotebookRunResponse.Builder environmentConfiguration(EnvironmentConfig environmentConfiguration) The environment configuration of the notebook run, including image version and package settings.
- Parameters:
environmentConfiguration- The environment configuration of the notebook run, including image version and package settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfiguration
default StartNotebookRunResponse.Builder environmentConfiguration(Consumer<EnvironmentConfig.Builder> environmentConfiguration) The environment configuration of the notebook run, including image version and package settings.
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:
-
storageConfiguration
The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.
- Parameters:
storageConfiguration- The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageConfiguration
default StartNotebookRunResponse.Builder storageConfiguration(Consumer<StorageConfig.Builder> storageConfiguration) The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.
This is a convenience method that creates an instance of theStorageConfig.Builderavoiding the need to create one manually viaStorageConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostorageConfiguration(StorageConfig).- Parameters:
storageConfiguration- a consumer that will call methods onStorageConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerSource
The source that triggered the notebook run.
- Parameters:
triggerSource- The source that triggered the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerSource
default StartNotebookRunResponse.Builder triggerSource(Consumer<TriggerSource.Builder> triggerSource) The source that triggered the notebook run.
This is a convenience method that creates an instance of theTriggerSource.Builderavoiding the need to create one manually viaTriggerSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totriggerSource(TriggerSource).- Parameters:
triggerSource- a consumer that will call methods onTriggerSource.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 run failed.
- Parameters:
error- The error details if the notebook run failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error details if the notebook run failed.
This is a convenience method that creates an instance of theNotebookRunError.Builderavoiding the need to create one manually viaNotebookRunError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(NotebookRunError).- Parameters:
error- a consumer that will call methods onNotebookRunError.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 run was created.
- Parameters:
createdAt- The timestamp of when the notebook run 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 run.
- Parameters:
createdBy- The identifier of the user who created the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the notebook run was last updated.
- Parameters:
updatedAt- The timestamp of when the notebook run 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 run.
- Parameters:
updatedBy- The identifier of the user who last updated the notebook run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The timestamp of when the notebook run started executing.
- Parameters:
startedAt- The timestamp of when the notebook run started executing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The timestamp of when the notebook run completed.
- Parameters:
completedAt- The timestamp of when the notebook run completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-