Interface CellSignals.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CellSignals.Builder,
,CellSignals> SdkBuilder<CellSignals.Builder,
,CellSignals> SdkPojo
- Enclosing class:
CellSignals
@Mutable
@NotThreadSafe
public static interface CellSignals.Builder
extends SdkPojo, CopyableBuilder<CellSignals.Builder,CellSignals>
-
Method Summary
Modifier and TypeMethodDescriptionlteCellDetails
(Collection<LteCellDetails> lteCellDetails) Information about the Long-Term Evolution (LTE) network the device is connected to.lteCellDetails
(Consumer<LteCellDetails.Builder>... lteCellDetails) Information about the Long-Term Evolution (LTE) network the device is connected to.lteCellDetails
(LteCellDetails... lteCellDetails) Information about the Long-Term Evolution (LTE) network the device is connected to.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
-
lteCellDetails
Information about the Long-Term Evolution (LTE) network the device is connected to.
- Parameters:
lteCellDetails
- Information about the Long-Term Evolution (LTE) network the device is connected to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lteCellDetails
Information about the Long-Term Evolution (LTE) network the device is connected to.
- Parameters:
lteCellDetails
- Information about the Long-Term Evolution (LTE) network the device is connected to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lteCellDetails
Information about the Long-Term Evolution (LTE) network the device is connected to.
This is a convenience method that creates an instance of theLteCellDetails.Builder
avoiding the need to create one manually viaLteCellDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolteCellDetails(List<LteCellDetails>)
.- Parameters:
lteCellDetails
- a consumer that will call methods onLteCellDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-