public static interface GetContentModerationRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<GetContentModerationRequest.Builder,GetContentModerationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetContentModerationRequest.Builder |
jobId(String jobId)
The identifier for the unsafe content job.
|
GetContentModerationRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetContentModerationRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns
a pagination token in the response.
|
GetContentModerationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetContentModerationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetContentModerationRequest.Builder |
sortBy(ContentModerationSortBy sortBy)
Sort to use for elements in the
ModerationLabelDetections array. |
GetContentModerationRequest.Builder |
sortBy(String sortBy)
Sort to use for elements in the
ModerationLabelDetections array. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContentModerationRequest.Builder jobId(String jobId)
The identifier for the unsafe content job. Use JobId to identify the job in a subsequent call to
GetContentModeration.
jobId - The identifier for the unsafe content job. Use JobId to identify the job in a subsequent
call to GetContentModeration.GetContentModerationRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
maxResults - Maximum number of results to return per paginated call. The largest value you can specify is 1000. If
you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is
1000.GetContentModerationRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of unsafe content labels.
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition
returns a pagination token in the response. You can use this pagination token to retrieve the next set
of unsafe content labels.GetContentModerationRequest.Builder sortBy(String sortBy)
Sort to use for elements in the ModerationLabelDetections array. Use TIMESTAMP to
sort array elements by the time labels are detected. Use NAME to alphabetically group elements
for a label together. Within each label group, the array element are sorted by detection confidence. The
default sort is by TIMESTAMP.
sortBy - Sort to use for elements in the ModerationLabelDetections array. Use
TIMESTAMP to sort array elements by the time labels are detected. Use NAME
to alphabetically group elements for a label together. Within each label group, the array element are
sorted by detection confidence. The default sort is by TIMESTAMP.ContentModerationSortBy,
ContentModerationSortByGetContentModerationRequest.Builder sortBy(ContentModerationSortBy sortBy)
Sort to use for elements in the ModerationLabelDetections array. Use TIMESTAMP to
sort array elements by the time labels are detected. Use NAME to alphabetically group elements
for a label together. Within each label group, the array element are sorted by detection confidence. The
default sort is by TIMESTAMP.
sortBy - Sort to use for elements in the ModerationLabelDetections array. Use
TIMESTAMP to sort array elements by the time labels are detected. Use NAME
to alphabetically group elements for a label together. Within each label group, the array element are
sorted by detection confidence. The default sort is by TIMESTAMP.ContentModerationSortBy,
ContentModerationSortByGetContentModerationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetContentModerationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.