Interface QueryLineageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<QueryLineageResponse.Builder,,QueryLineageResponse> SageMakerResponse.Builder,SdkBuilder<QueryLineageResponse.Builder,,QueryLineageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
QueryLineageResponse
-
Method Summary
Modifier and TypeMethodDescriptionedges(Collection<Edge> edges) A list of edges that connect vertices in the response.edges(Consumer<Edge.Builder>... edges) A list of edges that connect vertices in the response.A list of edges that connect vertices in the response.Limits the number of vertices in the response.vertices(Collection<Vertex> vertices) A list of vertices connected to the start entity(ies) in the lineage graph.vertices(Consumer<Vertex.Builder>... vertices) A list of vertices connected to the start entity(ies) in the lineage graph.A list of vertices connected to the start entity(ies) in the lineage graph.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vertices
A list of vertices connected to the start entity(ies) in the lineage graph.
- Parameters:
vertices- A list of vertices connected to the start entity(ies) in the lineage graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vertices
A list of vertices connected to the start entity(ies) in the lineage graph.
- Parameters:
vertices- A list of vertices connected to the start entity(ies) in the lineage graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaVertex.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovertices(List<Vertex>).- Parameters:
vertices- a consumer that will call methods onVertex.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
edges
A list of edges that connect vertices in the response.
- Parameters:
edges- A list of edges that connect vertices in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edges
A list of edges that connect vertices in the response.
- Parameters:
edges- A list of edges that connect vertices in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edges
A list of edges that connect vertices in the response.
This is a convenience method that creates an instance of theEdge.Builderavoiding the need to create one manually viaEdge.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toedges(List<Edge>).- Parameters:
edges- a consumer that will call methods onEdge.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Limits the number of vertices in the response. Use the
NextTokenin a response to to retrieve the next page of results.- Parameters:
nextToken- Limits the number of vertices in the response. Use theNextTokenin a response to to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-