Interface QueryObjectsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<QueryObjectsRequest.Builder,,- QueryObjectsRequest> - DataPipelineRequest.Builder,- SdkBuilder<QueryObjectsRequest.Builder,,- QueryObjectsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- QueryObjectsRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe maximum number of object names thatQueryObjectswill return in a single call.The starting point for the results to be returned.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pipelineId(String pipelineId) The ID of the pipeline.default QueryObjectsRequest.Builderquery(Consumer<Query.Builder> query) The query that defines the objects to be returned.The query that defines the objects to be returned.Indicates whether the query applies to components or instances.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
pipelineIdThe ID of the pipeline. - Parameters:
- pipelineId- The ID of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryThe query that defines the objects to be returned. The Queryobject can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.- Parameters:
- query- The query that defines the objects to be returned. The- Queryobject can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryThe query that defines the objects to be returned. The This is a convenience method that creates an instance of theQueryobject can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.Query.Builderavoiding the need to create one manually viaQuery.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toquery(Query).- Parameters:
- query- a consumer that will call methods on- Query.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sphereIndicates whether the query applies to components or instances. The possible values are: COMPONENT,INSTANCE, andATTEMPT.- Parameters:
- sphere- Indicates whether the query applies to components or instances. The possible values are:- COMPONENT,- INSTANCE, and- ATTEMPT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
markerThe starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjectswith the marker value from the previous call to retrieve the next set of results.- Parameters:
- marker- The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call- QueryObjectswith the marker value from the previous call to retrieve the next set of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
limitThe maximum number of object names that QueryObjectswill return in a single call. The default value is 100.- Parameters:
- limit- The maximum number of object names that- QueryObjectswill return in a single call. The default value is 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationQueryObjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationQueryObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-