Interface VideoSegment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoSegment.Builder,VideoSegment>,SdkBuilder<VideoSegment.Builder,VideoSegment>,SdkPojo
- Enclosing class:
- VideoSegment
@Mutable @NotThreadSafe public static interface VideoSegment.Builder extends SdkPojo, CopyableBuilder<VideoSegment.Builder,VideoSegment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoSegment.Builders3Uri(String s3Uri)The S3 URI where this specific video segment is stored in the multimodal storage destination.VideoSegment.Buildersummary(String summary)A text summary describing the content of the video segment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3Uri
VideoSegment.Builder s3Uri(String s3Uri)
The S3 URI where this specific video segment is stored in the multimodal storage destination.
- Parameters:
s3Uri- The S3 URI where this specific video segment is stored in the multimodal storage destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
VideoSegment.Builder summary(String summary)
A text summary describing the content of the video segment.
- Parameters:
summary- A text summary describing the content of the video segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-