public static interface LocationAttributes.Builder extends SdkPojo, CopyableBuilder<LocationAttributes.Builder,LocationAttributes>
| Modifier and Type | Method and Description |
|---|---|
default LocationAttributes.Builder |
locationState(Consumer<LocationState.Builder> locationState)
A fleet location and its current life-cycle state.
|
LocationAttributes.Builder |
locationState(LocationState locationState)
A fleet location and its current life-cycle state.
|
LocationAttributes.Builder |
stoppedActions(Collection<FleetAction> stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes.Builder |
stoppedActions(FleetAction... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes.Builder |
stoppedActionsWithStrings(Collection<String> stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes.Builder |
stoppedActionsWithStrings(String... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
|
LocationAttributes.Builder |
updateStatus(LocationUpdateStatus updateStatus)
The status of fleet activity updates to the location.
|
LocationAttributes.Builder |
updateStatus(String updateStatus)
The status of fleet activity updates to the location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocationAttributes.Builder locationState(LocationState locationState)
A fleet location and its current life-cycle state.
locationState - A fleet location and its current life-cycle state.default LocationAttributes.Builder locationState(Consumer<LocationState.Builder> locationState)
A fleet location and its current life-cycle state.
This is a convenience method that creates an instance of theLocationState.Builder avoiding the need
to create one manually via LocationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to locationState(LocationState).locationState - a consumer that will call methods on LocationState.BuilderlocationState(LocationState)LocationAttributes.Builder stoppedActionsWithStrings(Collection<String> stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
stoppedActions - A list of fleet actions that have been suspended in the fleet location.LocationAttributes.Builder stoppedActionsWithStrings(String... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
stoppedActions - A list of fleet actions that have been suspended in the fleet location.LocationAttributes.Builder stoppedActions(Collection<FleetAction> stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
stoppedActions - A list of fleet actions that have been suspended in the fleet location.LocationAttributes.Builder stoppedActions(FleetAction... stoppedActions)
A list of fleet actions that have been suspended in the fleet location.
stoppedActions - A list of fleet actions that have been suspended in the fleet location.LocationAttributes.Builder updateStatus(String updateStatus)
The status of fleet activity updates to the location. The status PENDING_UPDATE indicates that
StopFleetActions or StartFleetActions has been requested but the update has not yet been
completed for the location.
updateStatus - The status of fleet activity updates to the location. The status PENDING_UPDATE indicates
that StopFleetActions or StartFleetActions has been requested but the update has not yet
been completed for the location.LocationUpdateStatus,
LocationUpdateStatusLocationAttributes.Builder updateStatus(LocationUpdateStatus updateStatus)
The status of fleet activity updates to the location. The status PENDING_UPDATE indicates that
StopFleetActions or StartFleetActions has been requested but the update has not yet been
completed for the location.
updateStatus - The status of fleet activity updates to the location. The status PENDING_UPDATE indicates
that StopFleetActions or StartFleetActions has been requested but the update has not yet
been completed for the location.LocationUpdateStatus,
LocationUpdateStatusCopyright © 2022. All rights reserved.