Interface QueryGraphResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<QueryGraphResponse.Builder,,QueryGraphResponse> DataZoneResponse.Builder,SdkBuilder<QueryGraphResponse.Builder,,QueryGraphResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
QueryGraphResponse
@Mutable
@NotThreadSafe
public static interface QueryGraphResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<QueryGraphResponse.Builder,QueryGraphResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<ResultItem> items) The results of theQueryGraphaction.items(Consumer<ResultItem.Builder>... items) The results of theQueryGraphaction.items(ResultItem... items) The results of theQueryGraphaction.When the number of entities is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The results of the
QueryGraphaction.- Parameters:
items- The results of theQueryGraphaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
QueryGraphaction.- Parameters:
items- The results of theQueryGraphaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
This is a convenience method that creates an instance of theQueryGraphaction.ResultItem.Builderavoiding the need to create one manually viaResultItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ResultItem>).- Parameters:
items- a consumer that will call methods onResultItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of entities is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toQueryGraphto list the next set of entities.- Parameters:
nextToken- When the number of entities is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toQueryGraphto list the next set of entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-