public static interface ListLineageGroupsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListLineageGroupsRequest.Builder,ListLineageGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListLineageGroupsRequest.Builder |
createdAfter(Instant createdAfter)
A timestamp to filter against lineage groups created after a certain point in time.
|
ListLineageGroupsRequest.Builder |
createdBefore(Instant createdBefore)
A timestamp to filter against lineage groups created before a certain point in time.
|
ListLineageGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of endpoints to return in the response.
|
ListLineageGroupsRequest.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
ListLineageGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLineageGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLineageGroupsRequest.Builder |
sortBy(SortLineageGroupsBy sortBy)
The parameter by which to sort the results.
|
ListLineageGroupsRequest.Builder |
sortBy(String sortBy)
The parameter by which to sort the results.
|
ListLineageGroupsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListLineageGroupsRequest.Builder |
sortOrder(String sortOrder)
The sort order for the results.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListLineageGroupsRequest.Builder createdAfter(Instant createdAfter)
A timestamp to filter against lineage groups created after a certain point in time.
createdAfter
- A timestamp to filter against lineage groups created after a certain point in time.ListLineageGroupsRequest.Builder createdBefore(Instant createdBefore)
A timestamp to filter against lineage groups created before a certain point in time.
createdBefore
- A timestamp to filter against lineage groups created before a certain point in time.ListLineageGroupsRequest.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
.SortLineageGroupsBy
,
SortLineageGroupsBy
ListLineageGroupsRequest.Builder sortBy(SortLineageGroupsBy 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
.SortLineageGroupsBy
,
SortLineageGroupsBy
ListLineageGroupsRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending
.
ListLineageGroupsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending
.
ListLineageGroupsRequest.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms,
use it in the subsequent request.ListLineageGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints to return in the response. This value defaults to 10.
maxResults
- The maximum number of endpoints to return in the response. This value defaults to 10.ListLineageGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListLineageGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.