public static interface QueryLineageResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<QueryLineageResponse.Builder,QueryLineageResponse>
| Modifier and Type | Method and Description |
|---|---|
QueryLineageResponse.Builder |
edges(Collection<Edge> edges)
A list of edges that connect vertices in the response.
|
QueryLineageResponse.Builder |
edges(Consumer<Edge.Builder>... edges)
A list of edges that connect vertices in the response.
|
QueryLineageResponse.Builder |
edges(Edge... edges)
A list of edges that connect vertices in the response.
|
QueryLineageResponse.Builder |
nextToken(String nextToken)
Limits the number of vertices in the response.
|
QueryLineageResponse.Builder |
vertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
QueryLineageResponse.Builder |
vertices(Consumer<Vertex.Builder>... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
QueryLineageResponse.Builder |
vertices(Vertex... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryLineageResponse.Builder vertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
vertices - A list of vertices connected to the start entity(ies) in the lineage graph.QueryLineageResponse.Builder vertices(Vertex... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
vertices - A list of vertices connected to the start entity(ies) in the lineage graph.QueryLineageResponse.Builder vertices(Consumer<Vertex.Builder>... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #vertices(List) .vertices - a consumer that will call methods on List.Builder #vertices(List) QueryLineageResponse.Builder edges(Collection<Edge> edges)
A list of edges that connect vertices in the response.
edges - A list of edges that connect vertices in the response.QueryLineageResponse.Builder edges(Edge... edges)
A list of edges that connect vertices in the response.
edges - A list of edges that connect vertices in the response.QueryLineageResponse.Builder edges(Consumer<Edge.Builder>... edges)
A list of edges that connect vertices in the response.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #edges(List) .edges - a consumer that will call methods on List.Builder #edges(List) QueryLineageResponse.Builder nextToken(String nextToken)
Limits the number of vertices in the response. Use the NextToken in a response to to retrieve
the next page of results.
nextToken - Limits the number of vertices in the response. Use the NextToken in a response to to
retrieve the next page of results.Copyright © 2022. All rights reserved.