public static interface ListAppImageConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAppImageConfigsRequest.Builder,ListAppImageConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only AppImageConfigs created on or after the specified time.
|
ListAppImageConfigsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only AppImageConfigs created on or before the specified time.
|
ListAppImageConfigsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return in the response.
|
ListAppImageConfigsRequest.Builder |
modifiedTimeAfter(Instant modifiedTimeAfter)
A filter that returns only AppImageConfigs modified on or after the specified time.
|
ListAppImageConfigsRequest.Builder |
modifiedTimeBefore(Instant modifiedTimeBefore)
A filter that returns only AppImageConfigs modified on or before the specified time.
|
ListAppImageConfigsRequest.Builder |
nameContains(String nameContains)
A filter that returns only AppImageConfigs whose name contains the specified string.
|
ListAppImageConfigsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListImages didn't return the full set of AppImageConfigs, the call
returns a token for getting the next set of AppImageConfigs. |
ListAppImageConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppImageConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppImageConfigsRequest.Builder |
sortBy(AppImageConfigSortKey sortBy)
The property used to sort results.
|
ListAppImageConfigsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListAppImageConfigsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListAppImageConfigsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppImageConfigsRequest.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.ListAppImageConfigsRequest.Builder nextToken(String nextToken)
If the previous call to ListImages didn't return the full set of AppImageConfigs, the call
returns a token for getting the next set of AppImageConfigs.
nextToken - If the previous call to ListImages didn't return the full set of AppImageConfigs, the
call returns a token for getting the next set of AppImageConfigs.ListAppImageConfigsRequest.Builder nameContains(String nameContains)
A filter that returns only AppImageConfigs whose name contains the specified string.
nameContains - A filter that returns only AppImageConfigs whose name contains the specified string.ListAppImageConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only AppImageConfigs created on or before the specified time.
creationTimeBefore - A filter that returns only AppImageConfigs created on or before the specified time.ListAppImageConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only AppImageConfigs created on or after the specified time.
creationTimeAfter - A filter that returns only AppImageConfigs created on or after the specified time.ListAppImageConfigsRequest.Builder modifiedTimeBefore(Instant modifiedTimeBefore)
A filter that returns only AppImageConfigs modified on or before the specified time.
modifiedTimeBefore - A filter that returns only AppImageConfigs modified on or before the specified time.ListAppImageConfigsRequest.Builder modifiedTimeAfter(Instant modifiedTimeAfter)
A filter that returns only AppImageConfigs modified on or after the specified time.
modifiedTimeAfter - A filter that returns only AppImageConfigs modified on or after the specified time.ListAppImageConfigsRequest.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.AppImageConfigSortKey,
AppImageConfigSortKeyListAppImageConfigsRequest.Builder sortBy(AppImageConfigSortKey sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.AppImageConfigSortKey,
AppImageConfigSortKeyListAppImageConfigsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListAppImageConfigsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListAppImageConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppImageConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.