Interface StartSegmentDetectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartSegmentDetectionResponse.Builder,StartSegmentDetectionResponse>,RekognitionResponse.Builder,SdkBuilder<StartSegmentDetectionResponse.Builder,StartSegmentDetectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartSegmentDetectionResponse
public static interface StartSegmentDetectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<StartSegmentDetectionResponse.Builder,StartSegmentDetectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSegmentDetectionResponse.BuilderjobId(String jobId)Unique identifier for the segment 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
StartSegmentDetectionResponse.Builder jobId(String jobId)
Unique identifier for the segment detection job. The
JobIdis returned fromStartSegmentDetection.- Parameters:
jobId- Unique identifier for the segment detection job. TheJobIdis returned fromStartSegmentDetection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-