Interface ListDataSourceRunActivitiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataSourceRunActivitiesResponse.Builder,ListDataSourceRunActivitiesResponse>,DataZoneResponse.Builder,SdkBuilder<ListDataSourceRunActivitiesResponse.Builder,ListDataSourceRunActivitiesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataSourceRunActivitiesResponse
public static interface ListDataSourceRunActivitiesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunActivitiesResponse.Builder,ListDataSourceRunActivitiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSourceRunActivitiesResponse.Builderitems(Collection<DataSourceRunActivity> items)The results of theListDataSourceRunActivitiesaction.ListDataSourceRunActivitiesResponse.Builderitems(Consumer<DataSourceRunActivity.Builder>... items)The results of theListDataSourceRunActivitiesaction.ListDataSourceRunActivitiesResponse.Builderitems(DataSourceRunActivity... items)The results of theListDataSourceRunActivitiesaction.ListDataSourceRunActivitiesResponse.BuildernextToken(String nextToken)When the number of activities is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of activities, the response includes a pagination token namedNextToken.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListDataSourceRunActivitiesResponse.Builder items(Collection<DataSourceRunActivity> items)
The results of the
ListDataSourceRunActivitiesaction.- Parameters:
items- The results of theListDataSourceRunActivitiesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataSourceRunActivitiesResponse.Builder items(DataSourceRunActivity... items)
The results of the
ListDataSourceRunActivitiesaction.- Parameters:
items- The results of theListDataSourceRunActivitiesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataSourceRunActivitiesResponse.Builder items(Consumer<DataSourceRunActivity.Builder>... items)
The results of the
This is a convenience method that creates an instance of theListDataSourceRunActivitiesaction.DataSourceRunActivity.Builderavoiding the need to create one manually viaDataSourceRunActivity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onDataSourceRunActivity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListDataSourceRunActivitiesResponse.Builder nextToken(String nextToken)
When the number of activities is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of activities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourceRunActivitiesto list the next set of activities.- Parameters:
nextToken- When the number of activities is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of activities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourceRunActivitiesto list the next set of activities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-