Interface CdmaObj.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CdmaObj.Builder,
,CdmaObj> SdkBuilder<CdmaObj.Builder,
,CdmaObj> SdkPojo
- Enclosing class:
CdmaObj
-
Method Summary
Modifier and TypeMethodDescriptionCDMA base station latitude in degrees.CDMA base station longitude in degrees.baseStationId
(Integer baseStationId) CDMA base station ID (BSID).default CdmaObj.Builder
cdmaLocalId
(Consumer<CdmaLocalId.Builder> cdmaLocalId) CDMA local identification (local ID) parameters.cdmaLocalId
(CdmaLocalId cdmaLocalId) CDMA local identification (local ID) parameters.cdmaNmr
(Collection<CdmaNmrObj> cdmaNmr) CDMA network measurement reports.cdmaNmr
(Consumer<CdmaNmrObj.Builder>... cdmaNmr) CDMA network measurement reports.cdmaNmr
(CdmaNmrObj... cdmaNmr) CDMA network measurement reports.CDMA network ID (NID).pilotPower
(Integer pilotPower) Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).registrationZone
(Integer registrationZone) CDMA registration zone (RZ).CDMA system ID (SID).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
-
systemId
CDMA system ID (SID).
- Parameters:
systemId
- CDMA system ID (SID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
CDMA network ID (NID).
- Parameters:
networkId
- CDMA network ID (NID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseStationId
CDMA base station ID (BSID).
- Parameters:
baseStationId
- CDMA base station ID (BSID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationZone
CDMA registration zone (RZ).
- Parameters:
registrationZone
- CDMA registration zone (RZ).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdmaLocalId
CDMA local identification (local ID) parameters.
- Parameters:
cdmaLocalId
- CDMA local identification (local ID) parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdmaLocalId
CDMA local identification (local ID) parameters.
This is a convenience method that creates an instance of theCdmaLocalId.Builder
avoiding the need to create one manually viaCdmaLocalId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocdmaLocalId(CdmaLocalId)
.- Parameters:
cdmaLocalId
- a consumer that will call methods onCdmaLocalId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pilotPower
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
- Parameters:
pilotPower
- Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseLat
CDMA base station latitude in degrees.
- Parameters:
baseLat
- CDMA base station latitude in degrees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseLng
CDMA base station longitude in degrees.
- Parameters:
baseLng
- CDMA base station longitude in degrees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdmaNmr
CDMA network measurement reports.
- Parameters:
cdmaNmr
- CDMA network measurement reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdmaNmr
CDMA network measurement reports.
- Parameters:
cdmaNmr
- CDMA network measurement reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdmaNmr
CDMA network measurement reports.
This is a convenience method that creates an instance of theCdmaNmrObj.Builder
avoiding the need to create one manually viaCdmaNmrObj.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocdmaNmr(List<CdmaNmrObj>)
.- Parameters:
cdmaNmr
- a consumer that will call methods onCdmaNmrObj.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-