Interface GsmLocalId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GsmLocalId.Builder,
,GsmLocalId> SdkBuilder<GsmLocalId.Builder,
,GsmLocalId> SdkPojo
- Enclosing class:
GsmLocalId
@Mutable
@NotThreadSafe
public static interface GsmLocalId.Builder
extends SdkPojo, CopyableBuilder<GsmLocalId.Builder,GsmLocalId>
-
Method Summary
Modifier and TypeMethodDescriptionGSM broadcast control channel.GSM base station identity code (BSIC).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.
-