Interface StartContentModerationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartContentModerationResponse.Builder,,StartContentModerationResponse> RekognitionResponse.Builder,SdkBuilder<StartContentModerationResponse.Builder,,StartContentModerationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartContentModerationResponse
public static interface StartContentModerationResponse.Builder
extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<StartContentModerationResponse.Builder,StartContentModerationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the content analysis job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
jobId
The identifier for the content analysis job. Use
JobIdto identify the job in a subsequent call toGetContentModeration.- Parameters:
 jobId- The identifier for the content analysis job. UseJobIdto identify the job in a subsequent call toGetContentModeration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -