Interface WcdmaObj.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WcdmaObj.Builder,WcdmaObj>,SdkBuilder<WcdmaObj.Builder,WcdmaObj>,SdkPojo
- Enclosing class:
- WcdmaObj
public static interface WcdmaObj.Builder extends SdkPojo, CopyableBuilder<WcdmaObj.Builder,WcdmaObj>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description WcdmaObj.Builderlac(Integer lac)Location Area Code.WcdmaObj.Buildermcc(Integer mcc)Mobile Country Code.WcdmaObj.Buildermnc(Integer mnc)Mobile Network Code.WcdmaObj.BuilderpathLoss(Integer pathLoss)Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.WcdmaObj.Builderrscp(Integer rscp)Received Signal Code Power (signal power) (dBm).WcdmaObj.BuilderutranCid(Integer utranCid)UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.default WcdmaObj.BuilderwcdmaLocalId(Consumer<WcdmaLocalId.Builder> wcdmaLocalId)WCDMA local ID information.WcdmaObj.BuilderwcdmaLocalId(WcdmaLocalId wcdmaLocalId)WCDMA local ID information.WcdmaObj.BuilderwcdmaNmr(Collection<WcdmaNmrObj> wcdmaNmr)WCDMA object for network measurement reports.WcdmaObj.BuilderwcdmaNmr(Consumer<WcdmaNmrObj.Builder>... wcdmaNmr)WCDMA object for network measurement reports.WcdmaObj.BuilderwcdmaNmr(WcdmaNmrObj... wcdmaNmr)WCDMA object for network measurement reports.-
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 Detail
-
mcc
WcdmaObj.Builder mcc(Integer 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
WcdmaObj.Builder mnc(Integer 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
WcdmaObj.Builder lac(Integer lac)
Location Area Code.
- Parameters:
lac- Location Area Code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
utranCid
WcdmaObj.Builder utranCid(Integer utranCid)
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
- Parameters:
utranCid- UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdmaLocalId
WcdmaObj.Builder wcdmaLocalId(WcdmaLocalId wcdmaLocalId)
WCDMA local ID information.
- Parameters:
wcdmaLocalId- WCDMA local ID information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdmaLocalId
default WcdmaObj.Builder wcdmaLocalId(Consumer<WcdmaLocalId.Builder> wcdmaLocalId)
WCDMA local ID information.
This is a convenience method that creates an instance of theWcdmaLocalId.Builderavoiding the need to create one manually viaWcdmaLocalId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towcdmaLocalId(WcdmaLocalId).- Parameters:
wcdmaLocalId- a consumer that will call methods onWcdmaLocalId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
wcdmaLocalId(WcdmaLocalId)
-
rscp
WcdmaObj.Builder rscp(Integer rscp)
Received Signal Code Power (signal power) (dBm).
- Parameters:
rscp- Received Signal Code Power (signal power) (dBm).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathLoss
WcdmaObj.Builder pathLoss(Integer pathLoss)
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
- Parameters:
pathLoss- Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdmaNmr
WcdmaObj.Builder wcdmaNmr(Collection<WcdmaNmrObj> wcdmaNmr)
WCDMA object for network measurement reports.
- Parameters:
wcdmaNmr- WCDMA object for network measurement reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdmaNmr
WcdmaObj.Builder wcdmaNmr(WcdmaNmrObj... wcdmaNmr)
WCDMA object for network measurement reports.
- Parameters:
wcdmaNmr- WCDMA object for network measurement reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdmaNmr
WcdmaObj.Builder wcdmaNmr(Consumer<WcdmaNmrObj.Builder>... wcdmaNmr)
WCDMA object for network measurement reports.
This is a convenience method that creates an instance of theWcdmaNmrObj.Builderavoiding the need to create one manually viaWcdmaNmrObj.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#wcdmaNmr(List.) - Parameters:
wcdmaNmr- a consumer that will call methods onWcdmaNmrObj.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#wcdmaNmr(java.util.Collection)
-
-