Interface LocationAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LocationAttributes.Builder,,- LocationAttributes> - SdkBuilder<LocationAttributes.Builder,,- LocationAttributes> - SdkPojo
- Enclosing class:
- LocationAttributes
- 
Method SummaryModifier and TypeMethodDescriptiondefault LocationAttributes.BuilderlocationState(Consumer<LocationState.Builder> locationState) A fleet location and its current life-cycle state.locationState(LocationState locationState) A fleet location and its current life-cycle state.stoppedActions(Collection<FleetAction> stoppedActions) A list of fleet actions that have been suspended in the fleet location.stoppedActions(FleetAction... stoppedActions) A list of fleet actions that have been suspended in the fleet location.stoppedActionsWithStrings(String... stoppedActions) A list of fleet actions that have been suspended in the fleet location.stoppedActionsWithStrings(Collection<String> stoppedActions) A list of fleet actions that have been suspended in the fleet location.updateStatus(String updateStatus) The status of fleet activity updates to the location.updateStatus(LocationUpdateStatus updateStatus) The status of fleet activity updates to the location.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
locationStateA fleet location and its current life-cycle state. - Parameters:
- locationState- A fleet location and its current life-cycle state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
locationStateA fleet location and its current life-cycle state. This is a convenience method that creates an instance of theLocationState.Builderavoiding the need to create one manually viaLocationState.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocationState(LocationState).- Parameters:
- locationState- a consumer that will call methods on- LocationState.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stoppedActionsWithStringsA list of fleet actions that have been suspended in the fleet location. - Parameters:
- stoppedActions- A list of fleet actions that have been suspended in the fleet location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stoppedActionsWithStringsA list of fleet actions that have been suspended in the fleet location. - Parameters:
- stoppedActions- A list of fleet actions that have been suspended in the fleet location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stoppedActionsA list of fleet actions that have been suspended in the fleet location. - Parameters:
- stoppedActions- A list of fleet actions that have been suspended in the fleet location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stoppedActionsA list of fleet actions that have been suspended in the fleet location. - Parameters:
- stoppedActions- A list of fleet actions that have been suspended in the fleet location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateStatusThe status of fleet activity updates to the location. The status PENDING_UPDATEindicates thatStopFleetActionsorStartFleetActionshas been requested but the update has not yet been completed for the location.- Parameters:
- updateStatus- The status of fleet activity updates to the location. The status- PENDING_UPDATEindicates that- StopFleetActionsor- StartFleetActionshas been requested but the update has not yet been completed for the location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
updateStatusThe status of fleet activity updates to the location. The status PENDING_UPDATEindicates thatStopFleetActionsorStartFleetActionshas been requested but the update has not yet been completed for the location.- Parameters:
- updateStatus- The status of fleet activity updates to the location. The status- PENDING_UPDATEindicates that- StopFleetActionsor- StartFleetActionshas been requested but the update has not yet been completed for the location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-