Interface IsolineThresholds.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineThresholds.Builder,,IsolineThresholds> SdkBuilder<IsolineThresholds.Builder,,IsolineThresholds> SdkPojo
- Enclosing class:
IsolineThresholds
@Mutable
@NotThreadSafe
public static interface IsolineThresholds.Builder
extends SdkPojo, CopyableBuilder<IsolineThresholds.Builder,IsolineThresholds>
-
Method Summary
Modifier and TypeMethodDescriptionList of travel distances in meters.distance(Collection<Long> distance) List of travel distances in meters.List of travel times in seconds.time(Collection<Long> time) List of travel times in seconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
distance
List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.
- Parameters:
distance- List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distance
List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.
- Parameters:
distance- List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
time
List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.
- Parameters:
time- List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
time
List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.
- Parameters:
time- List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-