Interface ListNotebookRunsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNotebookRunsRequest.Builder,,ListNotebookRunsRequest> DataZoneRequest.Builder,SdkBuilder<ListNotebookRunsRequest.Builder,,ListNotebookRunsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListNotebookRunsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier(String domainIdentifier) The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.maxResults(Integer maxResults) The maximum number of notebook runs to return in a single call.When the number of notebook runs is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebook runs, the response includes a pagination token namedNextToken.notebookIdentifier(String notebookIdentifier) The identifier of the notebook to filter runs by.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.owningProjectIdentifier(String owningProjectIdentifier) The identifier of the project that owns the notebook runs.scheduleIdentifier(String scheduleIdentifier) The identifier of the schedule to filter notebook runs by.The sort order for the results.The sort order for the results.The status to filter notebook runs by.status(NotebookRunStatus status) The status to filter notebook runs by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainIdentifier
The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.
- Parameters:
domainIdentifier- The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectIdentifier
The identifier of the project that owns the notebook runs.
- Parameters:
owningProjectIdentifier- The identifier of the project that owns the notebook runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notebookIdentifier
The identifier of the notebook to filter runs by.
- Parameters:
notebookIdentifier- The identifier of the notebook to filter runs by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status to filter notebook runs by.
- Parameters:
status- The status to filter notebook runs by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status to filter notebook runs by.
- Parameters:
status- The status to filter notebook runs by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduleIdentifier
The identifier of the schedule to filter notebook runs by.
- Parameters:
scheduleIdentifier- The identifier of the schedule to filter notebook runs by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of
MaxResults, the response contains aNextTokenvalue.- Parameters:
maxResults- The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value ofMaxResults, the response contains aNextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The sort order for the results.
- Parameters:
sortOrder- The sort order for the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for the results.
- Parameters:
sortOrder- The sort order for the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of notebook runs is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebook runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotebookRunsto list the next set of notebook runs.- Parameters:
nextToken- When the number of notebook runs is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebook runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotebookRunsto list the next set of notebook runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotebookRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListNotebookRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-