Interface ListNotebooksRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNotebooksRequest.Builder,,ListNotebooksRequest> DataZoneRequest.Builder,SdkBuilder<ListNotebooksRequest.Builder,,ListNotebooksRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListNotebooksRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier(String domainIdentifier) The identifier of the Amazon SageMaker Unified Studio domain in which to list notebooks.maxResults(Integer maxResults) The maximum number of notebooks to return in a single call.When the number of notebooks is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebooks, the response includes a pagination token namedNextToken.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 notebooks.The field to sort the results by.The field to sort the results by.The sort order for the results.The sort order for the results.The status to filter notebooks by.status(NotebookStatus status) The status to filter notebooks 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 notebooks.
- Parameters:
domainIdentifier- The identifier of the Amazon SageMaker Unified Studio domain in which to list notebooks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectIdentifier
The identifier of the project that owns the notebooks.
- Parameters:
owningProjectIdentifier- The identifier of the project that owns the notebooks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of notebooks to return in a single call. When the number of notebooks exceeds the value of
MaxResults, the response contains aNextTokenvalue.- Parameters:
maxResults- The maximum number of notebooks to return in a single call. When the number of notebooks 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:
-
sortBy
The field to sort the results by.
- Parameters:
sortBy- The field to sort the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field to sort the results by.
- Parameters:
sortBy- The field to sort the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status to filter notebooks by.
- Parameters:
status- The status to filter notebooks by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status to filter notebooks by.
- Parameters:
status- The status to filter notebooks by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of notebooks is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebooks, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotebooksto list the next set of notebooks.- Parameters:
nextToken- When the number of notebooks is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebooks, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotebooksto list the next set of notebooks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotebooksRequest.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
ListNotebooksRequest.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.
-