Interface SearchImageSetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchImageSetsRequest.Builder,
,SearchImageSetsRequest> MedicalImagingRequest.Builder
,SdkBuilder<SearchImageSetsRequest.Builder,
,SearchImageSetsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchImageSetsRequest
@Mutable
@NotThreadSafe
public static interface SearchImageSetsRequest.Builder
extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<SearchImageSetsRequest.Builder,SearchImageSetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatastoreId
(String datastoreId) The identifier of the data store where the image sets reside.maxResults
(Integer maxResults) The maximum number of results that can be returned in a search.The token used for pagination of results returned in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default SearchImageSetsRequest.Builder
searchCriteria
(Consumer<SearchCriteria.Builder> searchCriteria) The search criteria that filters by applying a maximum of 1 item toSearchByAttribute
.searchCriteria
(SearchCriteria searchCriteria) The search criteria that filters by applying a maximum of 1 item toSearchByAttribute
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
datastoreId
The identifier of the data store where the image sets reside.
- Parameters:
datastoreId
- The identifier of the data store where the image sets reside.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchCriteria
The search criteria that filters by applying a maximum of 1 item to
SearchByAttribute
.- Parameters:
searchCriteria
- The search criteria that filters by applying a maximum of 1 item toSearchByAttribute
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchCriteria
default SearchImageSetsRequest.Builder searchCriteria(Consumer<SearchCriteria.Builder> searchCriteria) The search criteria that filters by applying a maximum of 1 item to
This is a convenience method that creates an instance of theSearchByAttribute
.SearchCriteria.Builder
avoiding the need to create one manually viaSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosearchCriteria(SearchCriteria)
.- Parameters:
searchCriteria
- a consumer that will call methods onSearchCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results that can be returned in a search.
- Parameters:
maxResults
- The maximum number of results that can be returned in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
- Parameters:
nextToken
- The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchImageSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchImageSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-