Interface SearchImageSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchImageSetsRequest.Builder,SearchImageSetsRequest>,MedicalImagingRequest.Builder,SdkBuilder<SearchImageSetsRequest.Builder,SearchImageSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchImageSetsRequest
public static interface SearchImageSetsRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<SearchImageSetsRequest.Builder,SearchImageSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SearchImageSetsRequest.BuilderdatastoreId(String datastoreId)The identifier of the data store where the image sets reside.SearchImageSetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results that can be returned in a search.SearchImageSetsRequest.BuildernextToken(String nextToken)The token used for pagination of results returned in the response.SearchImageSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchImageSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default SearchImageSetsRequest.BuildersearchCriteria(Consumer<SearchCriteria.Builder> searchCriteria)The search criteria that filters by applying a maximum of 1 item toSearchByAttribute.SearchImageSetsRequest.BuildersearchCriteria(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, sdkFields
-
-
-
-
Method Detail
-
datastoreId
SearchImageSetsRequest.Builder datastoreId(String 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
SearchImageSetsRequest.Builder searchCriteria(SearchCriteria 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.Builderavoiding the need to create one manually viaSearchCriteria.builder().When the
Consumercompletes,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:
searchCriteria(SearchCriteria)
-
maxResults
SearchImageSetsRequest.Builder maxResults(Integer 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
SearchImageSetsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchImageSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-