Interface ListDataSourceRunsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataSourceRunsResponse.Builder,ListDataSourceRunsResponse>,DataZoneResponse.Builder,SdkBuilder<ListDataSourceRunsResponse.Builder,ListDataSourceRunsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataSourceRunsResponse
public static interface ListDataSourceRunsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunsResponse.Builder,ListDataSourceRunsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSourceRunsResponse.Builderitems(Collection<DataSourceRunSummary> items)The results of theListDataSourceRunsaction.ListDataSourceRunsResponse.Builderitems(Consumer<DataSourceRunSummary.Builder>... items)The results of theListDataSourceRunsaction.ListDataSourceRunsResponse.Builderitems(DataSourceRunSummary... items)The results of theListDataSourceRunsaction.ListDataSourceRunsResponse.BuildernextToken(String nextToken)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.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
ListDataSourceRunsResponse.Builder items(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRunsaction.- Parameters:
items- The results of theListDataSourceRunsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataSourceRunsResponse.Builder items(DataSourceRunSummary... items)
The results of the
ListDataSourceRunsaction.- Parameters:
items- The results of theListDataSourceRunsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataSourceRunsResponse.Builder items(Consumer<DataSourceRunSummary.Builder>... items)
The 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 to#items(List.) - Parameters:
items- a consumer that will call methods onDataSourceRunSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListDataSourceRunsResponse.Builder nextToken(String nextToken)
When 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 theMaxResultsparameter, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-