Uses of Interface
software.amazon.awssdk.services.groundstation.model.TimeRange.Builder
-
Packages that use TimeRange.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of TimeRange.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return TimeRange.Builder Modifier and Type Method Description static TimeRange.BuilderTimeRange. builder()TimeRange.BuilderTimeRange.Builder. endTime(Instant endTime)Time in UTC at which the time range ends.TimeRange.BuilderTimeRange.Builder. startTime(Instant startTime)Time in UTC at which the time range starts.TimeRange.BuilderTimeRange. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type TimeRange.Builder Modifier and Type Method Description static Class<? extends TimeRange.Builder>TimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type TimeRange.Builder Modifier and Type Method Description default TLEData.BuilderTLEData.Builder. validTimeRange(Consumer<TimeRange.Builder> validTimeRange)The valid time range for the TLE.
-