Interface ListDicomImportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDicomImportJobsRequest.Builder,ListDicomImportJobsRequest>,MedicalImagingRequest.Builder,SdkBuilder<ListDicomImportJobsRequest.Builder,ListDicomImportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDicomImportJobsRequest
public static interface ListDicomImportJobsRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<ListDicomImportJobsRequest.Builder,ListDicomImportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDicomImportJobsRequest.BuilderdatastoreId(String datastoreId)The data store identifier.ListDicomImportJobsRequest.BuilderjobStatus(String jobStatus)The filters for listing import jobs based on status.ListDicomImportJobsRequest.BuilderjobStatus(JobStatus jobStatus)The filters for listing import jobs based on status.ListDicomImportJobsRequest.BuildermaxResults(Integer maxResults)The max results count.ListDicomImportJobsRequest.BuildernextToken(String nextToken)The pagination token used to request the list of import jobs on the next page.ListDicomImportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDicomImportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
ListDicomImportJobsRequest.Builder datastoreId(String datastoreId)
The data store identifier.
- Parameters:
datastoreId- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
ListDicomImportJobsRequest.Builder jobStatus(String jobStatus)
The filters for listing import jobs based on status.
-
jobStatus
ListDicomImportJobsRequest.Builder jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
-
nextToken
ListDicomImportJobsRequest.Builder nextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
- Parameters:
nextToken- The pagination token used to request the list of import jobs on the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDicomImportJobsRequest.Builder maxResults(Integer maxResults)
The max results count. The upper bound is determined by load testing.
- Parameters:
maxResults- The max results count. The upper bound is determined by load testing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDicomImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDicomImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-