Interface GsmLocalId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GsmLocalId.Builder,GsmLocalId>,SdkBuilder<GsmLocalId.Builder,GsmLocalId>,SdkPojo
- Enclosing class:
- GsmLocalId
public static interface GsmLocalId.Builder extends SdkPojo, CopyableBuilder<GsmLocalId.Builder,GsmLocalId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GsmLocalId.Builderbcch(Integer bcch)GSM broadcast control channel.GsmLocalId.Builderbsic(Integer bsic)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 Detail
-
bsic
GsmLocalId.Builder bsic(Integer 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
GsmLocalId.Builder bcch(Integer 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.
-
-