Interface QueryObjectsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse>, DataPipelineResponse.Builder, SdkBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
QueryObjectsResponse

public static interface QueryObjectsResponse.Builder extends DataPipelineResponse.Builder, SdkPojo, CopyableBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse>
  • Method Details

    • ids

      The 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.
    • ids

      The 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.
    • marker

      The starting point for the next page of results. To view the next page of results, call QueryObjects again 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 QueryObjects again 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.
    • hasMoreResults

      QueryObjectsResponse.Builder hasMoreResults(Boolean hasMoreResults)

      Indicates 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.