static QueryObjectsRequest.Builder |
QueryObjectsRequest.builder() |
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.limit(Integer limit) |
The maximum number of object names that QueryObjects will return in a single call.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.marker(String marker) |
The starting point for the results to be returned.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.pipelineId(String pipelineId) |
The ID of the pipeline.
|
default QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.query(Consumer<Query.Builder> query) |
The query that defines the objects to be returned.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.query(Query query) |
The query that defines the objects to be returned.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.sphere(String sphere) |
Indicates whether the query applies to components or instances.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.toBuilder() |
|