Interface GsmNmrObj.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GsmNmrObj.Builder,
,GsmNmrObj> SdkBuilder<GsmNmrObj.Builder,
,GsmNmrObj> SdkPojo
- Enclosing class:
GsmNmrObj
@Mutable
@NotThreadSafe
public static interface GsmNmrObj.Builder
extends SdkPojo, CopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>
-
Method Summary
Modifier and TypeMethodDescriptionGSM broadcast control channel.GSM base station identity code (BSIC).default GsmNmrObj.Builder
globalIdentity
(Consumer<GlobalIdentity.Builder> globalIdentity) Global identity information of the GSM object.globalIdentity
(GlobalIdentity globalIdentity) Global identity information of the GSM object.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
-
bsic
GSM base station identity code (BSIC).
- Parameters:
bsic
- GSM base station identity code (BSIC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bcch
GSM broadcast control channel.
- Parameters:
bcch
- GSM broadcast control channel.- 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.
-
globalIdentity
Global identity information of the GSM object.
- Parameters:
globalIdentity
- Global identity information of the GSM object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalIdentity
Global identity information of the GSM object.
This is a convenience method that creates an instance of theGlobalIdentity.Builder
avoiding the need to create one manually viaGlobalIdentity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglobalIdentity(GlobalIdentity)
.- Parameters:
globalIdentity
- a consumer that will call methods onGlobalIdentity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-