public static interface ListDataSourceRunActivitiesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunActivitiesResponse.Builder,ListDataSourceRunActivitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceRunActivitiesResponse.Builder |
items(Collection<DataSourceRunActivity> items)
The results of the
ListDataSourceRunActivities action. |
ListDataSourceRunActivitiesResponse.Builder |
items(Consumer<DataSourceRunActivity.Builder>... items)
The results of the
ListDataSourceRunActivities action. |
ListDataSourceRunActivitiesResponse.Builder |
items(DataSourceRunActivity... items)
The results of the
ListDataSourceRunActivities action. |
ListDataSourceRunActivitiesResponse.Builder |
nextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourceRunActivitiesResponse.Builder items(Collection<DataSourceRunActivity> items)
The results of the ListDataSourceRunActivities action.
items - The results of the ListDataSourceRunActivities action.ListDataSourceRunActivitiesResponse.Builder items(DataSourceRunActivity... items)
The results of the ListDataSourceRunActivities action.
items - The results of the ListDataSourceRunActivities action.ListDataSourceRunActivitiesResponse.Builder items(Consumer<DataSourceRunActivity.Builder>... items)
The results of the ListDataSourceRunActivities action.
DataSourceRunActivity.Builder avoiding the need to
create one manually via
DataSourceRunActivity.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
DataSourceRunActivity.Builder#items(java.util.Collection) ListDataSourceRunActivitiesResponse.Builder nextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListDataSourceRunActivities to list the
next set of activities.
nextToken - When the number of activities 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 activities, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to
ListDataSourceRunActivities to list the next set of activities.Copyright © 2023. All rights reserved.