Interface ListStudioLifecycleConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStudioLifecycleConfigsRequest.Builder,ListStudioLifecycleConfigsRequest>,SageMakerRequest.Builder,SdkBuilder<ListStudioLifecycleConfigsRequest.Builder,ListStudioLifecycleConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStudioLifecycleConfigsRequest
public static interface ListStudioLifecycleConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListStudioLifecycleConfigsRequest.Builder,ListStudioLifecycleConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStudioLifecycleConfigsRequest.BuilderappTypeEquals(String appTypeEquals)A parameter to search for the App Type to which the Lifecycle Configuration is attached.ListStudioLifecycleConfigsRequest.BuilderappTypeEquals(StudioLifecycleConfigAppType appTypeEquals)A parameter to search for the App Type to which the Lifecycle Configuration is attached.ListStudioLifecycleConfigsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only Lifecycle Configurations created on or after the specified time.ListStudioLifecycleConfigsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only Lifecycle Configurations created on or before the specified time.ListStudioLifecycleConfigsRequest.BuildermaxResults(Integer maxResults)The total number of items to return in the response.ListStudioLifecycleConfigsRequest.BuildermodifiedTimeAfter(Instant modifiedTimeAfter)A filter that returns only Lifecycle Configurations modified after the specified time.ListStudioLifecycleConfigsRequest.BuildermodifiedTimeBefore(Instant modifiedTimeBefore)A filter that returns only Lifecycle Configurations modified before the specified time.ListStudioLifecycleConfigsRequest.BuildernameContains(String nameContains)A string in the Lifecycle Configuration name.ListStudioLifecycleConfigsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStudioLifecycleConfigsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStudioLifecycleConfigsRequest.BuildersortBy(String sortBy)The property used to sort results.ListStudioLifecycleConfigsRequest.BuildersortBy(StudioLifecycleConfigSortKey sortBy)The property used to sort results.ListStudioLifecycleConfigsRequest.BuildersortOrder(String sortOrder)The sort order.ListStudioLifecycleConfigsRequest.BuildersortOrder(SortOrder sortOrder)The sort order.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListStudioLifecycleConfigsRequest.Builder maxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the value specified, a
NextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- Parameters:
maxResults- The total number of items to return in the response. If the total number of items available is more than the value specified, aNextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListStudioLifecycleConfigsRequest.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.
-
appTypeEquals
ListStudioLifecycleConfigsRequest.Builder appTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
- Parameters:
appTypeEquals- A parameter to search for the App Type to which the Lifecycle Configuration is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType,StudioLifecycleConfigAppType
-
appTypeEquals
ListStudioLifecycleConfigsRequest.Builder appTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
- Parameters:
appTypeEquals- A parameter to search for the App Type to which the Lifecycle Configuration is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType,StudioLifecycleConfigAppType
-
creationTimeBefore
ListStudioLifecycleConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
- Parameters:
creationTimeBefore- A filter that returns only Lifecycle Configurations created on or before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListStudioLifecycleConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
- Parameters:
creationTimeAfter- A filter that returns only Lifecycle Configurations created on or after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTimeBefore
ListStudioLifecycleConfigsRequest.Builder modifiedTimeBefore(Instant modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
- Parameters:
modifiedTimeBefore- A filter that returns only Lifecycle Configurations modified before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTimeAfter
ListStudioLifecycleConfigsRequest.Builder modifiedTimeAfter(Instant modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
- Parameters:
modifiedTimeAfter- A filter that returns only Lifecycle Configurations modified after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListStudioLifecycleConfigsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
- Parameters:
sortBy- The property used to sort results. The default value is CreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigSortKey,StudioLifecycleConfigSortKey
-
sortBy
ListStudioLifecycleConfigsRequest.Builder sortBy(StudioLifecycleConfigSortKey sortBy)
The property used to sort results. The default value is CreationTime.
- Parameters:
sortBy- The property used to sort results. The default value is CreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigSortKey,StudioLifecycleConfigSortKey
-
sortOrder
ListStudioLifecycleConfigsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
-
sortOrder
ListStudioLifecycleConfigsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
-
overrideConfiguration
ListStudioLifecycleConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStudioLifecycleConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-