Interface QueryObjectsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<QueryObjectsResponse.Builder,,- QueryObjectsResponse> - DataPipelineResponse.Builder,- SdkBuilder<QueryObjectsResponse.Builder,,- QueryObjectsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- QueryObjectsResponse
@Mutable
@NotThreadSafe
public static interface QueryObjectsResponse.Builder
extends DataPipelineResponse.Builder, SdkPojo, CopyableBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionhasMoreResults(Boolean hasMoreResults) Indicates whether there are more results that can be obtained by a subsequent call.The identifiers that match the query selectors.ids(Collection<String> ids) The identifiers that match the query selectors.The starting point for the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineResponse.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- 
idsThe identifiers that match the query selectors. - Parameters:
- ids- The identifiers that match the query selectors.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idsThe identifiers that match the query selectors. - Parameters:
- ids- The identifiers that match the query selectors.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
markerThe starting point for the next page of results. To view the next page of results, call QueryObjectsagain with this marker value. If the value is null, there are no more results.- Parameters:
- marker- The starting point for the next page of results. To view the next page of results, call- QueryObjectsagain with this marker value. If the value is null, there are no more results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
hasMoreResultsIndicates whether there are more results that can be obtained by a subsequent call. - Parameters:
- hasMoreResults- Indicates whether there are more results that can be obtained by a subsequent call.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-