Interface StopNotebookRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopNotebookRunResponse.Builder,,StopNotebookRunResponse> DataZoneResponse.Builder,SdkBuilder<StopNotebookRunResponse.Builder,,StopNotebookRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopNotebookRunResponse
@Mutable
@NotThreadSafe
public static interface StopNotebookRunResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<StopNotebookRunResponse.Builder,StopNotebookRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the Amazon SageMaker Unified Studio domain.The identifier of the notebook run.owningProjectId(String owningProjectId) The identifier of the project that owns the notebook run.The status of the notebook run.status(NotebookRunStatus status) The status of 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.
-
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:
-