Interface LteCellDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LteCellDetails.Builder,
,LteCellDetails> SdkBuilder<LteCellDetails.Builder,
,LteCellDetails> SdkPojo
- Enclosing class:
LteCellDetails
-
Method Summary
Modifier and TypeMethodDescriptionThe E-UTRAN Cell Identifier (ECI).default LteCellDetails.Builder
localId
(Consumer<LteLocalId.Builder> localId) The LTE local identification information (local ID).localId
(LteLocalId localId) The LTE local identification information (local ID).The Mobile Country Code (MCC).The Mobile Network Code (MNC)networkMeasurements
(Collection<LteNetworkMeasurements> networkMeasurements) The network measurements.networkMeasurements
(Consumer<LteNetworkMeasurements.Builder>... networkMeasurements) The network measurements.networkMeasurements
(LteNetworkMeasurements... networkMeasurements) The network measurements.Indicates whether the LTE object is capable of supporting NR (new radio).Signal power of the reference signal received, measured in decibel-milliwatts (dBm).Signal quality of the reference Signal received, measured in decibels (dB).LTE Tracking Area Code (TAC).timingAdvance
(Integer timingAdvance) Timing Advance (TA).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, sdkFields
-
Method Details
-
cellId
The E-UTRAN Cell Identifier (ECI).
- Parameters:
cellId
- The E-UTRAN Cell Identifier (ECI).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mcc
The Mobile Country Code (MCC).
- Parameters:
mcc
- The Mobile Country Code (MCC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mnc
The Mobile Network Code (MNC)
- Parameters:
mnc
- The Mobile Network Code (MNC)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localId
The LTE local identification information (local ID).
- Parameters:
localId
- The LTE local identification information (local ID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localId
The LTE local identification information (local ID).
This is a convenience method that creates an instance of theLteLocalId.Builder
avoiding the need to create one manually viaLteLocalId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolocalId(LteLocalId)
.- Parameters:
localId
- a consumer that will call methods onLteLocalId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkMeasurements
The network measurements.
- Parameters:
networkMeasurements
- The network measurements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkMeasurements
The network measurements.
- Parameters:
networkMeasurements
- The network measurements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkMeasurements
LteCellDetails.Builder networkMeasurements(Consumer<LteNetworkMeasurements.Builder>... networkMeasurements) The network measurements.
This is a convenience method that creates an instance of theLteNetworkMeasurements.Builder
avoiding the need to create one manually viaLteNetworkMeasurements.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkMeasurements(List<LteNetworkMeasurements>)
.- Parameters:
networkMeasurements
- a consumer that will call methods onLteNetworkMeasurements.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timingAdvance
Timing Advance (TA).
- Parameters:
timingAdvance
- Timing Advance (TA).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nrCapable
Indicates whether the LTE object is capable of supporting NR (new radio).
- Parameters:
nrCapable
- Indicates whether the LTE object is capable of supporting NR (new radio).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rsrp
Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
- Parameters:
rsrp
- Signal power of the reference signal received, measured in decibel-milliwatts (dBm).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rsrq
Signal quality of the reference Signal received, measured in decibels (dB).
- Parameters:
rsrq
- Signal quality of the reference Signal received, measured in decibels (dB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tac
LTE Tracking Area Code (TAC).
- Parameters:
tac
- LTE Tracking Area Code (TAC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-