Interface ForecastGeofenceEventsDeviceState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ForecastGeofenceEventsDeviceState.Builder,
,ForecastGeofenceEventsDeviceState> SdkBuilder<ForecastGeofenceEventsDeviceState.Builder,
,ForecastGeofenceEventsDeviceState> SdkPojo
- Enclosing class:
ForecastGeofenceEventsDeviceState
@Mutable
@NotThreadSafe
public static interface ForecastGeofenceEventsDeviceState.Builder
extends SdkPojo, CopyableBuilder<ForecastGeofenceEventsDeviceState.Builder,ForecastGeofenceEventsDeviceState>
-
Method Summary
Modifier and TypeMethodDescriptionThe device's position.position
(Collection<Double> position) The device's position.The device's speed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
position
The device's position.
- Parameters:
position
- The device's position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The device's position.
- Parameters:
position
- The device's position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speed
The device's speed.
- Parameters:
speed
- The device's speed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-