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)
The total number of items to return in the response.
|
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 |
spaceNameEquals(String spaceNameEquals)
A parameter to search by space name.
|
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)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
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 NextToken is provided in the response. To resume pagination,
provide the NextToken value in the as part of a subsequent call. The default value is 10.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. If SpaceNameEquals is set, then this value cannot be
set.
userProfileNameEquals - A parameter to search by user profile name. If SpaceNameEquals is set, then this value
cannot be set.ListAppsRequest.Builder spaceNameEquals(String spaceNameEquals)
A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be
set.
spaceNameEquals - A parameter to search by space name. If UserProfileNameEquals is set, then this value
cannot be set.ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.