Struct aws_sdk_iotwireless::types::builders::CdmaNmrObjBuilder
source · #[non_exhaustive]pub struct CdmaNmrObjBuilder { /* private fields */ }Expand description
A builder for CdmaNmrObj.
Implementations§
source§impl CdmaNmrObjBuilder
impl CdmaNmrObjBuilder
sourcepub fn pn_offset(self, input: i32) -> Self
pub fn pn_offset(self, input: i32) -> Self
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
This field is required.sourcepub fn set_pn_offset(self, input: Option<i32>) -> Self
pub fn set_pn_offset(self, input: Option<i32>) -> Self
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
sourcepub fn get_pn_offset(&self) -> &Option<i32>
pub fn get_pn_offset(&self) -> &Option<i32>
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
sourcepub fn cdma_channel(self, input: i32) -> Self
pub fn cdma_channel(self, input: i32) -> Self
CDMA channel information.
This field is required.sourcepub fn set_cdma_channel(self, input: Option<i32>) -> Self
pub fn set_cdma_channel(self, input: Option<i32>) -> Self
CDMA channel information.
sourcepub fn get_cdma_channel(&self) -> &Option<i32>
pub fn get_cdma_channel(&self) -> &Option<i32>
CDMA channel information.
sourcepub fn pilot_power(self, input: i32) -> Self
pub fn pilot_power(self, input: i32) -> Self
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
sourcepub fn set_pilot_power(self, input: Option<i32>) -> Self
pub fn set_pilot_power(self, input: Option<i32>) -> Self
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
sourcepub fn get_pilot_power(&self) -> &Option<i32>
pub fn get_pilot_power(&self) -> &Option<i32>
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
sourcepub fn base_station_id(self, input: i32) -> Self
pub fn base_station_id(self, input: i32) -> Self
CDMA base station ID (BSID).
sourcepub fn set_base_station_id(self, input: Option<i32>) -> Self
pub fn set_base_station_id(self, input: Option<i32>) -> Self
CDMA base station ID (BSID).
sourcepub fn get_base_station_id(&self) -> &Option<i32>
pub fn get_base_station_id(&self) -> &Option<i32>
CDMA base station ID (BSID).
sourcepub fn build(self) -> Result<CdmaNmrObj, BuildError>
pub fn build(self) -> Result<CdmaNmrObj, BuildError>
Consumes the builder and constructs a CdmaNmrObj.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for CdmaNmrObjBuilder
impl Clone for CdmaNmrObjBuilder
source§fn clone(&self) -> CdmaNmrObjBuilder
fn clone(&self) -> CdmaNmrObjBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CdmaNmrObjBuilder
impl Debug for CdmaNmrObjBuilder
source§impl Default for CdmaNmrObjBuilder
impl Default for CdmaNmrObjBuilder
source§fn default() -> CdmaNmrObjBuilder
fn default() -> CdmaNmrObjBuilder
source§impl PartialEq for CdmaNmrObjBuilder
impl PartialEq for CdmaNmrObjBuilder
source§fn eq(&self, other: &CdmaNmrObjBuilder) -> bool
fn eq(&self, other: &CdmaNmrObjBuilder) -> bool
self and other values to be equal, and is used
by ==.