Interface ListDatasetEntriesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDatasetEntriesResponse.Builder,ListDatasetEntriesResponse>,RekognitionResponse.Builder,SdkBuilder<ListDatasetEntriesResponse.Builder,ListDatasetEntriesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDatasetEntriesResponse
public static interface ListDatasetEntriesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetEntriesResponse.Builder,ListDatasetEntriesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasetEntriesResponse.BuilderdatasetEntries(String... datasetEntries)A list of entries (images) in the dataset.ListDatasetEntriesResponse.BuilderdatasetEntries(Collection<String> datasetEntries)A list of entries (images) in the dataset.ListDatasetEntriesResponse.BuildernextToken(String nextToken)If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
datasetEntries
ListDatasetEntriesResponse.Builder datasetEntries(Collection<String> datasetEntries)
A list of entries (images) in the dataset.
- Parameters:
datasetEntries- A list of entries (images) in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetEntries
ListDatasetEntriesResponse.Builder datasetEntries(String... datasetEntries)
A list of entries (images) in the dataset.
- Parameters:
datasetEntries- A list of entries (images) in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDatasetEntriesResponse.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
- Parameters:
nextToken- If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-