Interface ListDataSourceRunsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDataSourceRunsResponse.Builder,,- ListDataSourceRunsResponse> - DataZoneResponse.Builder,- SdkBuilder<ListDataSourceRunsResponse.Builder,,- ListDataSourceRunsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDataSourceRunsResponse
@Mutable
@NotThreadSafe
public static interface ListDataSourceRunsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunsResponse.Builder,ListDataSourceRunsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionitems(Collection<DataSourceRunSummary> items) The results of theListDataSourceRunsaction.items(Consumer<DataSourceRunSummary.Builder>... items) The results of theListDataSourceRunsaction.items(DataSourceRunSummary... items) The results of theListDataSourceRunsaction.When the number of runs is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
itemsThe results of the ListDataSourceRunsaction.- Parameters:
- items- The results of the- ListDataSourceRunsaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsThe results of the ListDataSourceRunsaction.- Parameters:
- items- The results of the- ListDataSourceRunsaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsThe results of the This is a convenience method that creates an instance of theListDataSourceRunsaction.DataSourceRunSummary.Builderavoiding the need to create one manually viaDataSourceRunSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<DataSourceRunSummary>).- Parameters:
- items- a consumer that will call methods on- DataSourceRunSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenWhen the number of runs is greater than the default value for the MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourceRunsto list the next set of runs.- Parameters:
- nextToken- When the number of runs is greater than the default value for the- MaxResultsparameter, or if you explicitly specify a value for- MaxResultsthat is less than the number of runs, the response includes a pagination token named- NextToken. You can specify this- NextTokenvalue in a subsequent call to- ListDataSourceRunsto list the next set of runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-