Interface ListSnomedctInferenceJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendMedicalResponse.Builder,CopyableBuilder<ListSnomedctInferenceJobsResponse.Builder,ListSnomedctInferenceJobsResponse>,SdkBuilder<ListSnomedctInferenceJobsResponse.Builder,ListSnomedctInferenceJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSnomedctInferenceJobsResponse
public static interface ListSnomedctInferenceJobsResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<ListSnomedctInferenceJobsResponse.Builder,ListSnomedctInferenceJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSnomedctInferenceJobsResponse.BuildercomprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.ListSnomedctInferenceJobsResponse.BuildercomprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.ListSnomedctInferenceJobsResponse.BuildercomprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.ListSnomedctInferenceJobsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.-
Methods inherited from interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
comprehendMedicalAsyncJobPropertiesList
ListSnomedctInferenceJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
comprehendMedicalAsyncJobPropertiesList- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comprehendMedicalAsyncJobPropertiesList
ListSnomedctInferenceJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
comprehendMedicalAsyncJobPropertiesList- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comprehendMedicalAsyncJobPropertiesList
ListSnomedctInferenceJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method that creates an instance of theComprehendMedicalAsyncJobProperties.Builderavoiding the need to create one manually viaComprehendMedicalAsyncJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#comprehendMedicalAsyncJobPropertiesList(List.) - Parameters:
comprehendMedicalAsyncJobPropertiesList- a consumer that will call methods onComprehendMedicalAsyncJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#comprehendMedicalAsyncJobPropertiesList(java.util.Collection)
-
nextToken
ListSnomedctInferenceJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-