Interface ListAlgorithmsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAlgorithmsRequest.Builder,ListAlgorithmsRequest>,SageMakerRequest.Builder,SdkBuilder<ListAlgorithmsRequest.Builder,ListAlgorithmsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAlgorithmsRequest
public static interface ListAlgorithmsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAlgorithmsRequest.Builder,ListAlgorithmsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAlgorithmsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only algorithms created after the specified time (timestamp).ListAlgorithmsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only algorithms created before the specified time (timestamp).ListAlgorithmsRequest.BuildermaxResults(Integer maxResults)The maximum number of algorithms to return in the response.ListAlgorithmsRequest.BuildernameContains(String nameContains)A string in the algorithm name.ListAlgorithmsRequest.BuildernextToken(String nextToken)If the response to a previousListAlgorithmsrequest was truncated, the response includes aNextToken.ListAlgorithmsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAlgorithmsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAlgorithmsRequest.BuildersortBy(String sortBy)The parameter by which to sort the results.ListAlgorithmsRequest.BuildersortBy(AlgorithmSortBy sortBy)The parameter by which to sort the results.ListAlgorithmsRequest.BuildersortOrder(String sortOrder)The sort order for the results.ListAlgorithmsRequest.BuildersortOrder(SortOrder sortOrder)The sort order for the results.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
creationTimeAfter
ListAlgorithmsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
- Parameters:
creationTimeAfter- A filter that returns only algorithms created after the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListAlgorithmsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
- Parameters:
creationTimeBefore- A filter that returns only algorithms created before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAlgorithmsRequest.Builder maxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
- Parameters:
maxResults- The maximum number of algorithms to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListAlgorithmsRequest.Builder nameContains(String nameContains)
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
- Parameters:
nameContains- A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAlgorithmsRequest.Builder nextToken(String nextToken)
If the response to a previous
ListAlgorithmsrequest was truncated, the response includes aNextToken. To retrieve the next set of algorithms, use the token in the next request.- Parameters:
nextToken- If the response to a previousListAlgorithmsrequest was truncated, the response includes aNextToken. To retrieve the next set of algorithms, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListAlgorithmsRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is
CreationTime.- Parameters:
sortBy- The parameter by which to sort the results. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlgorithmSortBy,AlgorithmSortBy
-
sortBy
ListAlgorithmsRequest.Builder sortBy(AlgorithmSortBy sortBy)
The parameter by which to sort the results. The default is
CreationTime.- Parameters:
sortBy- The parameter by which to sort the results. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlgorithmSortBy,AlgorithmSortBy
-
sortOrder
ListAlgorithmsRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is
Ascending.
-
sortOrder
ListAlgorithmsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is
Ascending.
-
overrideConfiguration
ListAlgorithmsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAlgorithmsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-