Interface ListActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListActionsRequest.Builder,ListActionsRequest>,SageMakerRequest.Builder,SdkBuilder<ListActionsRequest.Builder,ListActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListActionsRequest
public static interface ListActionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListActionsRequest.Builder,ListActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListActionsRequest.BuilderactionType(String actionType)A filter that returns only actions of the specified type.ListActionsRequest.BuildercreatedAfter(Instant createdAfter)A filter that returns only actions created on or after the specified time.ListActionsRequest.BuildercreatedBefore(Instant createdBefore)A filter that returns only actions created on or before the specified time.ListActionsRequest.BuildermaxResults(Integer maxResults)The maximum number of actions to return in the response.ListActionsRequest.BuildernextToken(String nextToken)If the previous call toListActionsdidn't return the full set of actions, the call returns a token for getting the next set of actions.ListActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActionsRequest.BuildersortBy(String sortBy)The property used to sort results.ListActionsRequest.BuildersortBy(SortActionsBy sortBy)The property used to sort results.ListActionsRequest.BuildersortOrder(String sortOrder)The sort order.ListActionsRequest.BuildersortOrder(SortOrder sortOrder)The sort order.ListActionsRequest.BuildersourceUri(String sourceUri)A filter that returns only actions with the specified source URI.-
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, sdkFields
-
-
-
-
Method Detail
-
sourceUri
ListActionsRequest.Builder sourceUri(String sourceUri)
A filter that returns only actions with the specified source URI.
- Parameters:
sourceUri- A filter that returns only actions with the specified source URI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
ListActionsRequest.Builder actionType(String actionType)
A filter that returns only actions of the specified type.
- Parameters:
actionType- A filter that returns only actions of the specified type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
ListActionsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only actions created on or after the specified time.
- Parameters:
createdAfter- A filter that returns only actions created on or after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListActionsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only actions created on or before the specified time.
- Parameters:
createdBefore- A filter that returns only actions created on or before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListActionsRequest.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 isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortActionsBy,SortActionsBy
-
sortBy
ListActionsRequest.Builder sortBy(SortActionsBy sortBy)
The property used to sort results. The default value is
CreationTime.- Parameters:
sortBy- The property used to sort results. The default value isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortActionsBy,SortActionsBy
-
sortOrder
ListActionsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is
Descending.
-
sortOrder
ListActionsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is
Descending.
-
nextToken
ListActionsRequest.Builder nextToken(String nextToken)
If the previous call to
ListActionsdidn't return the full set of actions, the call returns a token for getting the next set of actions.- Parameters:
nextToken- If the previous call toListActionsdidn't return the full set of actions, the call returns a token for getting the next set of actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of actions to return in the response. The default value is 10.
- Parameters:
maxResults- The maximum number of actions to return in the response. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-