Uses of Interface
software.amazon.awssdk.services.location.model.Step.Builder
-
Packages that use Step.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of Step.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return Step.Builder Modifier and Type Method Description static Step.BuilderStep. builder()Step.BuilderStep.Builder. distance(Double distance)The travel distance between the step'sStartPositionandEndPosition.Step.BuilderStep.Builder. durationSeconds(Double durationSeconds)The estimated travel time, in seconds, from the step'sStartPositionto theEndPosition.Step.BuilderStep.Builder. endPosition(Double... endPosition)The end position of a step.Step.BuilderStep.Builder. endPosition(Collection<Double> endPosition)The end position of a step.Step.BuilderStep.Builder. geometryOffset(Integer geometryOffset)Represents the start position, or index, in a sequence of steps within the leg's line string geometry.Step.BuilderStep.Builder. startPosition(Double... startPosition)The starting position of a step.Step.BuilderStep.Builder. startPosition(Collection<Double> startPosition)The starting position of a step.Step.BuilderStep. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type Step.Builder Modifier and Type Method Description static Class<? extends Step.Builder>Step. serializableBuilderClass()
-