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
Modifier and TypeMethodDescriptioncreatedAfter
(Instant createdAfter) A timestamp to filter against lineage groups created after a certain point in time.createdBefore
(Instant createdBefore) A timestamp to filter against lineage groups created before a certain point in time.maxResults
(Integer maxResults) The maximum number of endpoints to return in the response.If the response is truncated, SageMaker returns this token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The parameter by which to sort the results.sortBy
(SortLineageGroupsBy sortBy) The parameter by which to sort the results.The sort order for the results.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 Details
-
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
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
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:
-
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:
-
sortOrder
The sort order for the results. The default is
Ascending
.- Parameters:
sortOrder
- The sort order for the results. The default isAscending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for the results. The default is
Ascending
.- Parameters:
sortOrder
- The sort order for the results. The default isAscending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLineageGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-