Interface ListPhiDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendMedicalResponse.Builder,CopyableBuilder<ListPhiDetectionJobsResponse.Builder,ListPhiDetectionJobsResponse>,SdkBuilder<ListPhiDetectionJobsResponse.Builder,ListPhiDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPhiDetectionJobsResponse
public static interface ListPhiDetectionJobsResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<ListPhiDetectionJobsResponse.Builder,ListPhiDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPhiDetectionJobsResponse.BuildercomprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListPhiDetectionJobsResponse.BuildercomprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListPhiDetectionJobsResponse.BuildercomprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListPhiDetectionJobsResponse.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
ListPhiDetectionJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
- Parameters:
comprehendMedicalAsyncJobPropertiesList- A list containing the properties of each job returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comprehendMedicalAsyncJobPropertiesList
ListPhiDetectionJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
- Parameters:
comprehendMedicalAsyncJobPropertiesList- A list containing the properties of each job returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comprehendMedicalAsyncJobPropertiesList
ListPhiDetectionJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job 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
ListPhiDetectionJobsResponse.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.
-
-