Interface ListDocumentClassificationJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComprehendResponse.Builder
,CopyableBuilder<ListDocumentClassificationJobsResponse.Builder,
,ListDocumentClassificationJobsResponse> SdkBuilder<ListDocumentClassificationJobsResponse.Builder,
,ListDocumentClassificationJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDocumentClassificationJobsResponse
public static interface ListDocumentClassificationJobsResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentClassificationJobsResponse.Builder,ListDocumentClassificationJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentClassificationJobPropertiesList
(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList) A list containing the properties of each job returned.documentClassificationJobPropertiesList
(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList) A list containing the properties of each job returned.documentClassificationJobPropertiesList
(DocumentClassificationJobProperties... documentClassificationJobPropertiesList) A list containing the properties of each job returned.Identifies the next page of results to return.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.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 Details
-
documentClassificationJobPropertiesList
ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList) A list containing the properties of each job returned.
- Parameters:
documentClassificationJobPropertiesList
- A list containing the properties of each job returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentClassificationJobPropertiesList
ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList) A list containing the properties of each job returned.
- Parameters:
documentClassificationJobPropertiesList
- A list containing the properties of each job returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentClassificationJobPropertiesList
ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList) A list containing the properties of each job returned.
This is a convenience method that creates an instance of theDocumentClassificationJobProperties.Builder
avoiding the need to create one manually viaDocumentClassificationJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todocumentClassificationJobPropertiesList(List<DocumentClassificationJobProperties>)
.- Parameters:
documentClassificationJobPropertiesList
- a consumer that will call methods onDocumentClassificationJobProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-