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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDocumentClassificationJobsResponse.BuilderdocumentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)A list containing the properties of each job returned.ListDocumentClassificationJobsResponse.BuilderdocumentClassificationJobPropertiesList(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList)A list containing the properties of each job returned.ListDocumentClassificationJobsResponse.BuilderdocumentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)A list containing the properties of each job returned.ListDocumentClassificationJobsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaDocumentClassificationJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#documentClassificationJobPropertiesList(List.) - 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:
#documentClassificationJobPropertiesList(java.util.Collection)
-
nextToken
ListDocumentClassificationJobsResponse.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.
-
-