Interface TimestampSegment.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TimestampSegment.Builder,,- TimestampSegment> - SdkBuilder<TimestampSegment.Builder,,- TimestampSegment> - SdkPojo
- Enclosing class:
- TimestampSegment
@Mutable
@NotThreadSafe
public static interface TimestampSegment.Builder
extends SdkPojo, CopyableBuilder<TimestampSegment.Builder,TimestampSegment> 
- 
Method SummaryModifier and TypeMethodDescriptionendTimeMillis(Long endTimeMillis) End timestamp in millisecondsstartTimeMillis(Long startTimeMillis) Start timestamp in millisecondsMethods 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- 
startTimeMillisStart timestamp in milliseconds - Parameters:
- startTimeMillis- Start timestamp in milliseconds
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeMillisEnd timestamp in milliseconds - Parameters:
- endTimeMillis- End timestamp in milliseconds
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-