public static interface QueryLineageRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<QueryLineageRequest.Builder,QueryLineageRequest>
| Modifier and Type | Method and Description |
|---|---|
QueryLineageRequest.Builder |
direction(Direction direction)
Associations between lineage entities have a direction.
|
QueryLineageRequest.Builder |
direction(String direction)
Associations between lineage entities have a direction.
|
default QueryLineageRequest.Builder |
filters(Consumer<QueryFilters.Builder> filters)
A set of filtering parameters that allow you to specify which entities should be returned.
|
QueryLineageRequest.Builder |
filters(QueryFilters filters)
A set of filtering parameters that allow you to specify which entities should be returned.
|
QueryLineageRequest.Builder |
includeEdges(Boolean includeEdges)
Setting this value to
True retrieves not only the entities of interest but also the Associations and
lineage entities on the path. |
QueryLineageRequest.Builder |
maxDepth(Integer maxDepth)
The maximum depth in lineage relationships from the
StartArns that are traversed. |
QueryLineageRequest.Builder |
maxResults(Integer maxResults)
Limits the number of vertices in the results.
|
QueryLineageRequest.Builder |
nextToken(String nextToken)
Limits the number of vertices in the request.
|
QueryLineageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
QueryLineageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
QueryLineageRequest.Builder |
startArns(Collection<String> startArns)
A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.
|
QueryLineageRequest.Builder |
startArns(String... startArns)
A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryLineageRequest.Builder startArns(Collection<String> startArns)
A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.
startArns - A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage
query.QueryLineageRequest.Builder startArns(String... startArns)
A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.
startArns - A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage
query.QueryLineageRequest.Builder direction(String direction)
Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.
QueryLineageRequest.Builder direction(Direction direction)
Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.
QueryLineageRequest.Builder includeEdges(Boolean includeEdges)
Setting this value to True retrieves not only the entities of interest but also the Associations and
lineage entities on the path. Set to False to only return lineage entities that match your
query.
includeEdges - Setting this value to True retrieves not only the entities of interest but also the Associations
and lineage entities on the path. Set to False to only return lineage entities that match
your query.QueryLineageRequest.Builder filters(QueryFilters filters)
A set of filtering parameters that allow you to specify which entities should be returned.
Properties - Key-value pairs to match on the lineage entities' properties.
LineageTypes - A set of lineage entity types to match on. For example: TrialComponent,
Artifact, or Context.
CreatedBefore - Filter entities created before this date.
ModifiedBefore - Filter entities modified before this date.
ModifiedAfter - Filter entities modified after this date.
filters - A set of filtering parameters that allow you to specify which entities should be returned.
Properties - Key-value pairs to match on the lineage entities' properties.
LineageTypes - A set of lineage entity types to match on. For example: TrialComponent,
Artifact, or Context.
CreatedBefore - Filter entities created before this date.
ModifiedBefore - Filter entities modified before this date.
ModifiedAfter - Filter entities modified after this date.
default QueryLineageRequest.Builder filters(Consumer<QueryFilters.Builder> filters)
A set of filtering parameters that allow you to specify which entities should be returned.
Properties - Key-value pairs to match on the lineage entities' properties.
LineageTypes - A set of lineage entity types to match on. For example: TrialComponent,
Artifact, or Context.
CreatedBefore - Filter entities created before this date.
ModifiedBefore - Filter entities modified before this date.
ModifiedAfter - Filter entities modified after this date.
QueryFilters.Builder avoiding the need
to create one manually via QueryFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(QueryFilters).
filters - a consumer that will call methods on QueryFilters.Builderfilters(QueryFilters)QueryLineageRequest.Builder maxDepth(Integer maxDepth)
The maximum depth in lineage relationships from the StartArns that are traversed. Depth is a
measure of the number of Associations from the StartArn entity to the matched
results.
maxDepth - The maximum depth in lineage relationships from the StartArns that are traversed. Depth
is a measure of the number of Associations from the StartArn entity to the
matched results.QueryLineageRequest.Builder maxResults(Integer maxResults)
Limits the number of vertices in the results. Use the NextToken in a response to to retrieve the
next page of results.
maxResults - Limits the number of vertices in the results. Use the NextToken in a response to to
retrieve the next page of results.QueryLineageRequest.Builder nextToken(String nextToken)
Limits the number of vertices in the request. Use the NextToken in a response to to retrieve the
next page of results.
nextToken - Limits the number of vertices in the request. Use the NextToken in a response to to
retrieve the next page of results.QueryLineageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderQueryLineageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.