public static interface ListNotebookInstanceLifecycleConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListNotebookInstanceLifecycleConfigsRequest.Builder,ListNotebookInstanceLifecycleConfigsRequest>
Modifier and Type | Method and Description |
---|---|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
nameContains(String nameContains)
A string in the lifecycle configuration name.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
nextToken(String nextToken)
If the result of a
ListNotebookInstanceLifecycleConfigs request was truncated, the response
includes a NextToken . |
ListNotebookInstanceLifecycleConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
sortBy(NotebookInstanceLifecycleConfigSortKey sortBy)
Sorts the list of results.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
sortBy(String sortBy)
Sorts the list of results.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
sortOrder(NotebookInstanceLifecycleConfigSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstanceLifecycleConfigsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
build
overrideConfiguration
copy
applyMutation, build
ListNotebookInstanceLifecycleConfigsRequest.Builder nextToken(String nextToken)
If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the response
includes a NextToken
. To get the next set of lifecycle configurations, use the token in the next
request.
nextToken
- If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the
response includes a NextToken
. To get the next set of lifecycle configurations, use the
token in the next request.ListNotebookInstanceLifecycleConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
maxResults
- The maximum number of lifecycle configurations to return in the response.ListNotebookInstanceLifecycleConfigsRequest.Builder sortBy(String sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.NotebookInstanceLifecycleConfigSortKey
,
NotebookInstanceLifecycleConfigSortKey
ListNotebookInstanceLifecycleConfigsRequest.Builder sortBy(NotebookInstanceLifecycleConfigSortKey sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.NotebookInstanceLifecycleConfigSortKey
,
NotebookInstanceLifecycleConfigSortKey
ListNotebookInstanceLifecycleConfigsRequest.Builder sortOrder(String sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceLifecycleConfigSortOrder
,
NotebookInstanceLifecycleConfigSortOrder
ListNotebookInstanceLifecycleConfigsRequest.Builder sortOrder(NotebookInstanceLifecycleConfigSortOrder sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceLifecycleConfigSortOrder
,
NotebookInstanceLifecycleConfigSortOrder
ListNotebookInstanceLifecycleConfigsRequest.Builder nameContains(String nameContains)
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
nameContains
- A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose
name contains the specified string.ListNotebookInstanceLifecycleConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only lifecycle configurations that were created before the specified time
(timestamp).ListNotebookInstanceLifecycleConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only lifecycle configurations that were created after the specified time
(timestamp).ListNotebookInstanceLifecycleConfigsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only lifecycle configurations that were modified before the specified time
(timestamp).ListNotebookInstanceLifecycleConfigsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only lifecycle configurations that were modified after the specified time
(timestamp).ListNotebookInstanceLifecycleConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListNotebookInstanceLifecycleConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.