public static interface ListActionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListActionsRequest.Builder,ListActionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListActionsRequest.Builder |
actionType(String actionType)
A filter that returns only actions of the specified type.
|
ListActionsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns only actions created on or after the specified time.
|
ListActionsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns only actions created on or before the specified time.
|
ListActionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of actions to return in the response.
|
ListActionsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListActions didn't return the full set of actions, the call returns a
token for getting the next set of actions. |
ListActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListActionsRequest.Builder |
sortBy(SortActionsBy sortBy)
The property used to sort results.
|
ListActionsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListActionsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListActionsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
ListActionsRequest.Builder |
sourceUri(String sourceUri)
A filter that returns only actions with the specified source URI.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionsRequest.Builder sourceUri(String sourceUri)
A filter that returns only actions with the specified source URI.
sourceUri - A filter that returns only actions with the specified source URI.ListActionsRequest.Builder actionType(String actionType)
A filter that returns only actions of the specified type.
actionType - A filter that returns only actions of the specified type.ListActionsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only actions created on or after the specified time.
createdAfter - A filter that returns only actions created on or after the specified time.ListActionsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only actions created on or before the specified time.
createdBefore - A filter that returns only actions created on or before the specified time.ListActionsRequest.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.SortActionsBy,
SortActionsByListActionsRequest.Builder sortBy(SortActionsBy sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortActionsBy,
SortActionsByListActionsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListActionsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListActionsRequest.Builder nextToken(String nextToken)
If the previous call to ListActions didn't return the full set of actions, the call returns a
token for getting the next set of actions.
nextToken - If the previous call to ListActions didn't return the full set of actions, the call
returns a token for getting the next set of actions.ListActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of actions to return in the response. The default value is 10.
maxResults - The maximum number of actions to return in the response. The default value is 10.ListActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.