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 content moderation 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)
Add an optional request override configuration.
|
GetContentModerationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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. |
build
overrideConfiguration
copy
applyMutation, build
GetContentModerationRequest.Builder jobId(String jobId)
The identifier for the content moderation job. Use JobId
to identify the job in a subsequent
call to GetContentModeration
.
jobId
- The identifier for the content moderation 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 content moderation 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 content moderation 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
,
ContentModerationSortBy
GetContentModerationRequest.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
,
ContentModerationSortBy
GetContentModerationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetContentModerationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.