Interface ListNotebookInstanceLifecycleConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListNotebookInstanceLifecycleConfigsRequest.Builder,ListNotebookInstanceLifecycleConfigsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListNotebookInstanceLifecycleConfigsRequest.Builder,ListNotebookInstanceLifecycleConfigsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListNotebookInstanceLifecycleConfigsRequest
public static interface ListNotebookInstanceLifecycleConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListNotebookInstanceLifecycleConfigsRequest.Builder,ListNotebookInstanceLifecycleConfigsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListNotebookInstanceLifecycleConfigsRequest.Builder nextToken(String nextToken)
If the result of a
ListNotebookInstanceLifecycleConfigs
request was truncated, the response includes aNextToken
. To get the next set of lifecycle configurations, use the token in the next request.- Parameters:
nextToken
- If the result of aListNotebookInstanceLifecycleConfigs
request was truncated, the response includes aNextToken
. To get the next set of lifecycle configurations, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListNotebookInstanceLifecycleConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
- Parameters:
maxResults
- The maximum number of lifecycle configurations to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListNotebookInstanceLifecycleConfigsRequest.Builder sortBy(String sortBy)
Sorts the list of results. The default is
CreationTime
.- Parameters:
sortBy
- Sorts the list of results. The default isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotebookInstanceLifecycleConfigSortKey
,NotebookInstanceLifecycleConfigSortKey
-
sortBy
ListNotebookInstanceLifecycleConfigsRequest.Builder sortBy(NotebookInstanceLifecycleConfigSortKey sortBy)
Sorts the list of results. The default is
CreationTime
.- Parameters:
sortBy
- Sorts the list of results. The default isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotebookInstanceLifecycleConfigSortKey
,NotebookInstanceLifecycleConfigSortKey
-
sortOrder
ListNotebookInstanceLifecycleConfigsRequest.Builder sortOrder(String sortOrder)
The sort order for results.
- Parameters:
sortOrder
- The sort order for results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotebookInstanceLifecycleConfigSortOrder
,NotebookInstanceLifecycleConfigSortOrder
-
sortOrder
ListNotebookInstanceLifecycleConfigsRequest.Builder sortOrder(NotebookInstanceLifecycleConfigSortOrder sortOrder)
The sort order for results.
- Parameters:
sortOrder
- The sort order for results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotebookInstanceLifecycleConfigSortOrder
,NotebookInstanceLifecycleConfigSortOrder
-
nameContains
ListNotebookInstanceLifecycleConfigsRequest.Builder nameContains(String nameContains)
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
- Parameters:
nameContains
- A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListNotebookInstanceLifecycleConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
- Parameters:
creationTimeBefore
- A filter that returns only lifecycle configurations that were created before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListNotebookInstanceLifecycleConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
- Parameters:
creationTimeAfter
- A filter that returns only lifecycle configurations that were created after the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
ListNotebookInstanceLifecycleConfigsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
- Parameters:
lastModifiedTimeBefore
- A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
ListNotebookInstanceLifecycleConfigsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
- Parameters:
lastModifiedTimeAfter
- A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotebookInstanceLifecycleConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListNotebookInstanceLifecycleConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-