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 TypeMethodDescriptionDistance to be used for the isoline calculation.distance(Collection<Long> distance) Distance to be used for the isoline calculation.Time to be used for the isoline calculation.time(Collection<Long> time) Time to be used for the isoline calculation.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
Distance to be used for the isoline calculation.
- Parameters:
distance- Distance to be used for the isoline calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distance
Distance to be used for the isoline calculation.
- Parameters:
distance- Distance to be used for the isoline calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
time
Time to be used for the isoline calculation.
- Parameters:
time- Time to be used for the isoline calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
time
Time to be used for the isoline calculation.
- Parameters:
time- Time to be used for the isoline calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-