Interface GetContentModerationResponse.Builder

    • Method Detail

      • jobStatus

        GetContentModerationResponse.Builder jobStatus​(String jobStatus)

        The current status of the content moderation analysis job.

        Parameters:
        jobStatus - The current status of the content moderation analysis job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VideoJobStatus, VideoJobStatus
      • statusMessage

        GetContentModerationResponse.Builder statusMessage​(String statusMessage)

        If the job fails, StatusMessage provides a descriptive error message.

        Parameters:
        statusMessage - If the job fails, StatusMessage provides a descriptive error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • videoMetadata

        GetContentModerationResponse.Builder videoMetadata​(VideoMetadata videoMetadata)

        Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every page of paginated responses from GetContentModeration.

        Parameters:
        videoMetadata - Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every page of paginated responses from GetContentModeration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • moderationLabels

        GetContentModerationResponse.Builder moderationLabels​(Collection<ContentModerationDetection> moderationLabels)

        The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.

        Parameters:
        moderationLabels - The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • moderationLabels

        GetContentModerationResponse.Builder moderationLabels​(ContentModerationDetection... moderationLabels)

        The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.

        Parameters:
        moderationLabels - The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetContentModerationResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of content moderation labels.

        Parameters:
        nextToken - If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of content moderation labels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • moderationModelVersion

        GetContentModerationResponse.Builder moderationModelVersion​(String moderationModelVersion)

        Version number of the moderation detection model that was used to detect inappropriate, unwanted, or offensive content.

        Parameters:
        moderationModelVersion - Version number of the moderation detection model that was used to detect inappropriate, unwanted, or offensive content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        GetContentModerationResponse.Builder jobId​(String jobId)

        Job identifier for the content moderation operation for which you want to obtain results. The job identifer is returned by an initial call to StartContentModeration.

        Parameters:
        jobId - Job identifier for the content moderation operation for which you want to obtain results. The job identifer is returned by an initial call to StartContentModeration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • video

        GetContentModerationResponse.Builder video​(Video video)
        Sets the value of the Video property for this object.
        Parameters:
        video - The new value for the Video property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobTag

        GetContentModerationResponse.Builder jobTag​(String jobTag)

        A job identifier specified in the call to StartContentModeration and returned in the job completion notification sent to your Amazon Simple Notification Service topic.

        Parameters:
        jobTag - A job identifier specified in the call to StartContentModeration and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRequestMetadata

        GetContentModerationResponse.Builder getRequestMetadata​(GetContentModerationRequestMetadata getRequestMetadata)

        Information about the paramters used when getting a response. Includes information on aggregation and sorting methods.

        Parameters:
        getRequestMetadata - Information about the paramters used when getting a response. Includes information on aggregation and sorting methods.
        Returns:
        Returns a reference to this object so that method calls can be chained together.