Interface StartLabelDetectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartLabelDetectionResponse.Builder,StartLabelDetectionResponse>,RekognitionResponse.Builder,SdkBuilder<StartLabelDetectionResponse.Builder,StartLabelDetectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartLabelDetectionResponse
public static interface StartLabelDetectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<StartLabelDetectionResponse.Builder,StartLabelDetectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartLabelDetectionResponse.BuilderjobId(String jobId)The identifier for the label detection job.-
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
-
jobId
StartLabelDetectionResponse.Builder jobId(String jobId)
The identifier for the label detection job. Use
JobIdto identify the job in a subsequent call toGetLabelDetection.- Parameters:
jobId- The identifier for the label detection job. UseJobIdto identify the job in a subsequent call toGetLabelDetection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-