Uses of Interface
software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryResponse.Builder
-
Packages that use ListLineageNodeHistoryResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListLineageNodeHistoryResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListLineageNodeHistoryResponse.Builder Modifier and Type Method Description static ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse. builder()ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse.Builder. nextToken(String 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.ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse.Builder. nodes(Collection<LineageNodeSummary> nodes)The nodes returned by the ListLineageNodeHistory action.ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse.Builder. nodes(Consumer<LineageNodeSummary.Builder>... nodes)The nodes returned by the ListLineageNodeHistory action.ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse.Builder. nodes(LineageNodeSummary... nodes)The nodes returned by the ListLineageNodeHistory action.ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListLineageNodeHistoryResponse.Builder Modifier and Type Method Description static Class<? extends ListLineageNodeHistoryResponse.Builder>ListLineageNodeHistoryResponse. serializableBuilderClass()
-