Interface ListLineageGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLineageGroupsRequest.Builder,ListLineageGroupsRequest>,SageMakerRequest.Builder,SdkBuilder<ListLineageGroupsRequest.Builder,ListLineageGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLineageGroupsRequest
public static interface ListLineageGroupsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListLineageGroupsRequest.Builder,ListLineageGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLineageGroupsRequest.BuildercreatedAfter(Instant createdAfter)A timestamp to filter against lineage groups created after a certain point in time.ListLineageGroupsRequest.BuildercreatedBefore(Instant createdBefore)A timestamp to filter against lineage groups created before a certain point in time.ListLineageGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of endpoints to return in the response.ListLineageGroupsRequest.BuildernextToken(String nextToken)If the response is truncated, SageMaker returns this token.ListLineageGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLineageGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLineageGroupsRequest.BuildersortBy(String sortBy)The parameter by which to sort the results.ListLineageGroupsRequest.BuildersortBy(SortLineageGroupsBy sortBy)The parameter by which to sort the results.ListLineageGroupsRequest.BuildersortOrder(String sortOrder)The sort order for the results.ListLineageGroupsRequest.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, sdkFields
-
-
-
-
Method Detail
-
createdAfter
ListLineageGroupsRequest.Builder createdAfter(Instant createdAfter)
A timestamp to filter against lineage groups created after a certain point in time.
- Parameters:
createdAfter- A timestamp to filter against lineage groups created after a certain point in time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListLineageGroupsRequest.Builder createdBefore(Instant createdBefore)
A timestamp to filter against lineage groups created before a certain point in time.
- Parameters:
createdBefore- A timestamp to filter against lineage groups created before a certain point in time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListLineageGroupsRequest.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:
SortLineageGroupsBy,SortLineageGroupsBy
-
sortBy
ListLineageGroupsRequest.Builder sortBy(SortLineageGroupsBy 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:
SortLineageGroupsBy,SortLineageGroupsBy
-
sortOrder
ListLineageGroupsRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is
Ascending.
-
sortOrder
ListLineageGroupsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is
Ascending.
-
nextToken
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.
- Parameters:
nextToken- If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListLineageGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints to return in the response. This value defaults to 10.
- Parameters:
maxResults- The maximum number of endpoints to return in the response. This value defaults to 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLineageGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLineageGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-