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 method that creates an instance of theVertex.Builder avoiding the need to create one
manually via Vertex.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #vertices(List.
vertices - a consumer that will call methods on
Vertex.Builder#vertices(java.util.Collection) 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 method that creates an instance of theEdge.Builder avoiding the need to create one manually
via Edge.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #edges(List.
edges - a consumer that will call methods on
Edge.Builder#edges(java.util.Collection) 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.