public static interface ListAppsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest.Builder |
domainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
|
ListAppsRequest.Builder |
maxResults(Integer maxResults)
Returns a list up to a specified limit.
|
ListAppsRequest.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListAppsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppsRequest.Builder |
sortBy(AppSortKey sortBy)
The parameter by which to sort the results.
|
ListAppsRequest.Builder |
sortBy(String sortBy)
The parameter by which to sort the results.
|
ListAppsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListAppsRequest.Builder |
sortOrder(String sortOrder)
The sort order for the results.
|
ListAppsRequest.Builder |
userProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsRequest.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.ListAppsRequest.Builder maxResults(Integer maxResults)
Returns a list up to a specified limit.
maxResults - Returns a list up to a specified limit.ListAppsRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
ListAppsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
ListAppsRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.AppSortKey,
AppSortKeyListAppsRequest.Builder sortBy(AppSortKey sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.AppSortKey,
AppSortKeyListAppsRequest.Builder domainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
domainIdEquals - A parameter to search for the domain ID.ListAppsRequest.Builder userProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name.
userProfileNameEquals - A parameter to search by user profile name.ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.