public static interface ListNotebookInstancesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListNotebookInstancesRequest.Builder,ListNotebookInstancesRequest>
Modifier and Type | Method and Description |
---|---|
ListNotebookInstancesRequest.Builder |
additionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
|
ListNotebookInstancesRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
defaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance.
|
ListNotebookInstancesRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
|
ListNotebookInstancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of notebook instances to return.
|
ListNotebookInstancesRequest.Builder |
nameContains(String nameContains)
A string in the notebook instances' name.
|
ListNotebookInstancesRequest.Builder |
nextToken(String nextToken)
If the previous call to the
ListNotebookInstances is truncated, the response includes a
NextToken . |
ListNotebookInstancesRequest.Builder |
notebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance.
|
ListNotebookInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotebookInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotebookInstancesRequest.Builder |
sortBy(NotebookInstanceSortKey sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest.Builder |
sortOrder(NotebookInstanceSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest.Builder |
statusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
|
ListNotebookInstancesRequest.Builder |
statusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListNotebookInstancesRequest.Builder nextToken(String nextToken)
If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request
to fetch the next set of notebook instances.
You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
nextToken
- If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to fetch the next set of notebook instances. You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
ListNotebookInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of notebook instances to return.
maxResults
- The maximum number of notebook instances to return.ListNotebookInstancesRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.NotebookInstanceSortKey
,
NotebookInstanceSortKey
ListNotebookInstancesRequest.Builder sortBy(NotebookInstanceSortKey sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.NotebookInstanceSortKey
,
NotebookInstanceSortKey
ListNotebookInstancesRequest.Builder sortOrder(String sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceSortOrder
,
NotebookInstanceSortOrder
ListNotebookInstancesRequest.Builder sortOrder(NotebookInstanceSortOrder sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceSortOrder
,
NotebookInstanceSortOrder
ListNotebookInstancesRequest.Builder nameContains(String nameContains)
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.
nameContains
- A string in the notebook instances' name. This filter returns only notebook instances whose name
contains the specified string.ListNotebookInstancesRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only notebook instances that were created before the specified time (timestamp).ListNotebookInstancesRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only notebook instances that were created after the specified time (timestamp).ListNotebookInstancesRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only notebook instances that were modified before the specified time
(timestamp).ListNotebookInstancesRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only notebook instances that were modified after the specified time (timestamp).ListNotebookInstancesRequest.Builder statusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
statusEquals
- A filter that returns only notebook instances with the specified status.NotebookInstanceStatus
,
NotebookInstanceStatus
ListNotebookInstancesRequest.Builder statusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
statusEquals
- A filter that returns only notebook instances with the specified status.NotebookInstanceStatus
,
NotebookInstanceStatus
ListNotebookInstancesRequest.Builder notebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.
notebookInstanceLifecycleConfigNameContains
- A string in the name of a notebook instances lifecycle configuration associated with this notebook
instance. This filter returns only notebook instances associated with a lifecycle configuration with a
name that contains the specified string.ListNotebookInstancesRequest.Builder defaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.
defaultCodeRepositoryContains
- A string in the name or URL of a Git repository associated with this notebook instance. This filter
returns only notebook instances associated with a git repository with a name that contains the
specified string.ListNotebookInstancesRequest.Builder additionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
additionalCodeRepositoryEquals
- A filter that returns only notebook instances with associated with the specified git repository.ListNotebookInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListNotebookInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.