public static interface ListDataSourceRunsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunsResponse.Builder,ListDataSourceRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceRunsResponse.Builder |
items(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRuns action. |
ListDataSourceRunsResponse.Builder |
items(Consumer<DataSourceRunSummary.Builder>... items)
The results of the
ListDataSourceRuns action. |
ListDataSourceRunsResponse.Builder |
items(DataSourceRunSummary... items)
The results of the
ListDataSourceRuns action. |
ListDataSourceRunsResponse.Builder |
nextToken(String nextToken)
When the number of runs 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 runs, the response
includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourceRunsResponse.Builder items(Collection<DataSourceRunSummary> items)
The results of the ListDataSourceRuns action.
items - The results of the ListDataSourceRuns action.ListDataSourceRunsResponse.Builder items(DataSourceRunSummary... items)
The results of the ListDataSourceRuns action.
items - The results of the ListDataSourceRuns action.ListDataSourceRunsResponse.Builder items(Consumer<DataSourceRunSummary.Builder>... items)
The results of the ListDataSourceRuns action.
DataSourceRunSummary.Builder avoiding the need to
create one manually via DataSourceRunSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
DataSourceRunSummary.Builder#items(java.util.Collection) ListDataSourceRunsResponse.Builder nextToken(String nextToken)
When the number of runs 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 runs, the response
includes a pagination token named NextToken. You can specify this NextToken value
in a subsequent call to ListDataSourceRuns to list the next set of runs.
nextToken - When the number of runs 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 runs,
the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListDataSourceRuns to list the next
set of runs.Copyright © 2023. All rights reserved.