Interface VideoSegmentConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VideoSegmentConfiguration.Builder,,- VideoSegmentConfiguration> - SdkBuilder<VideoSegmentConfiguration.Builder,,- VideoSegmentConfiguration> - SdkPojo
- Enclosing class:
- VideoSegmentConfiguration
@Mutable
@NotThreadSafe
public static interface VideoSegmentConfiguration.Builder
extends SdkPojo, CopyableBuilder<VideoSegmentConfiguration.Builder,VideoSegmentConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiontimestampSegment(Consumer<TimestampSegment.Builder> timestampSegment) Timestamp segmenttimestampSegment(TimestampSegment timestampSegment) Timestamp segmentMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
timestampSegmentTimestamp segment - Parameters:
- timestampSegment- Timestamp segment
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timestampSegmentdefault VideoSegmentConfiguration.Builder timestampSegment(Consumer<TimestampSegment.Builder> timestampSegment) Timestamp segment This is a convenience method that creates an instance of theTimestampSegment.Builderavoiding the need to create one manually viaTimestampSegment.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimestampSegment(TimestampSegment).- Parameters:
- timestampSegment- a consumer that will call methods on- TimestampSegment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-