public static interface ListStudioLifecycleConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListStudioLifecycleConfigsRequest.Builder,ListStudioLifecycleConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStudioLifecycleConfigsRequest.Builder |
appTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
ListStudioLifecycleConfigsRequest.Builder |
appTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
ListStudioLifecycleConfigsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of Studio Lifecycle Configurations to return in the response.
|
ListStudioLifecycleConfigsRequest.Builder |
modifiedTimeAfter(Instant modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
modifiedTimeBefore(Instant modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
nameContains(String nameContains)
A string in the Lifecycle Configuration name.
|
ListStudioLifecycleConfigsRequest.Builder |
nextToken(String nextToken)
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations,
the call returns a token for getting the next set of Lifecycle Configurations.
|
ListStudioLifecycleConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStudioLifecycleConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStudioLifecycleConfigsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListStudioLifecycleConfigsRequest.Builder |
sortBy(StudioLifecycleConfigSortKey sortBy)
The property used to sort results.
|
ListStudioLifecycleConfigsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListStudioLifecycleConfigsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudioLifecycleConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
maxResults - The maximum number of Studio Lifecycle Configurations to return in the response. The default value is
10.ListStudioLifecycleConfigsRequest.Builder nextToken(String nextToken)
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.
nextToken - If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle
Configurations, the call returns a token for getting the next set of Lifecycle Configurations.ListStudioLifecycleConfigsRequest.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.ListStudioLifecycleConfigsRequest.Builder appTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
appTypeEquals - A parameter to search for the App Type to which the Lifecycle Configuration is attached.StudioLifecycleConfigAppType,
StudioLifecycleConfigAppTypeListStudioLifecycleConfigsRequest.Builder appTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
appTypeEquals - A parameter to search for the App Type to which the Lifecycle Configuration is attached.StudioLifecycleConfigAppType,
StudioLifecycleConfigAppTypeListStudioLifecycleConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
creationTimeBefore - A filter that returns only Lifecycle Configurations created on or before the specified time.ListStudioLifecycleConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
creationTimeAfter - A filter that returns only Lifecycle Configurations created on or after the specified time.ListStudioLifecycleConfigsRequest.Builder modifiedTimeBefore(Instant modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
modifiedTimeBefore - A filter that returns only Lifecycle Configurations modified before the specified time.ListStudioLifecycleConfigsRequest.Builder modifiedTimeAfter(Instant modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
modifiedTimeAfter - A filter that returns only Lifecycle Configurations modified after the specified time.ListStudioLifecycleConfigsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.StudioLifecycleConfigSortKey,
StudioLifecycleConfigSortKeyListStudioLifecycleConfigsRequest.Builder sortBy(StudioLifecycleConfigSortKey sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.StudioLifecycleConfigSortKey,
StudioLifecycleConfigSortKeyListStudioLifecycleConfigsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListStudioLifecycleConfigsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListStudioLifecycleConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStudioLifecycleConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.