Interface GsmObj.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GsmObj.Builder,
,GsmObj> SdkBuilder<GsmObj.Builder,
,GsmObj> SdkPojo
- Enclosing class:
GsmObj
-
Method Summary
Modifier and TypeMethodDescriptionGERAN (GSM EDGE Radio Access Network) Cell Global Identifier.default GsmObj.Builder
gsmLocalId
(Consumer<GsmLocalId.Builder> gsmLocalId) GSM local identification (local ID) information.gsmLocalId
(GsmLocalId gsmLocalId) GSM local identification (local ID) information.gsmNmr
(Collection<GsmNmrObj> gsmNmr) GSM object for network measurement reports.gsmNmr
(Consumer<GsmNmrObj.Builder>... gsmNmr) GSM object for network measurement reports.GSM object for network measurement reports.gsmTimingAdvance
(Integer gsmTimingAdvance) Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.Location area code.Mobile Country Code.Mobile Network Code.Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).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
-
mcc
Mobile Country Code.
- Parameters:
mcc
- Mobile Country Code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mnc
Mobile Network Code.
- Parameters:
mnc
- Mobile Network Code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lac
Location area code.
- Parameters:
lac
- Location area code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geranCid
GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
- Parameters:
geranCid
- GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsmLocalId
GSM local identification (local ID) information.
- Parameters:
gsmLocalId
- GSM local identification (local ID) information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsmLocalId
GSM local identification (local ID) information.
This is a convenience method that creates an instance of theGsmLocalId.Builder
avoiding the need to create one manually viaGsmLocalId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togsmLocalId(GsmLocalId)
.- Parameters:
gsmLocalId
- a consumer that will call methods onGsmLocalId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gsmTimingAdvance
Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.
- Parameters:
gsmTimingAdvance
- Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rxLevel
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
- Parameters:
rxLevel
- Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsmNmr
GSM object for network measurement reports.
- Parameters:
gsmNmr
- GSM object for network measurement reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsmNmr
GSM object for network measurement reports.
- Parameters:
gsmNmr
- GSM object for network measurement reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsmNmr
GSM object for network measurement reports.
This is a convenience method that creates an instance of theGsmNmrObj.Builder
avoiding the need to create one manually viaGsmNmrObj.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togsmNmr(List<GsmNmrObj>)
.- Parameters:
gsmNmr
- a consumer that will call methods onGsmNmrObj.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-