Interface ListLineageNodeHistoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLineageNodeHistoryResponse.Builder,
,ListLineageNodeHistoryResponse> DataZoneResponse.Builder
,SdkBuilder<ListLineageNodeHistoryResponse.Builder,
,ListLineageNodeHistoryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLineageNodeHistoryResponse
@Mutable
@NotThreadSafe
public static interface ListLineageNodeHistoryResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListLineageNodeHistoryResponse.Builder,ListLineageNodeHistoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionWhen the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken.nodes
(Collection<LineageNodeSummary> nodes) The nodes returned by the ListLineageNodeHistory action.nodes
(Consumer<LineageNodeSummary.Builder>... nodes) The nodes returned by the ListLineageNodeHistory action.nodes
(LineageNodeSummary... nodes) The nodes returned by the ListLineageNodeHistory action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
- Parameters:
nextToken
- When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
The nodes returned by the ListLineageNodeHistory action.
- Parameters:
nodes
- The nodes returned by the ListLineageNodeHistory action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
The nodes returned by the ListLineageNodeHistory action.
- Parameters:
nodes
- The nodes returned by the ListLineageNodeHistory action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
The nodes returned by the ListLineageNodeHistory action.
This is a convenience method that creates an instance of theLineageNodeSummary.Builder
avoiding the need to create one manually viaLineageNodeSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonodes(List<LineageNodeSummary>)
.- Parameters:
nodes
- a consumer that will call methods onLineageNodeSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-