Interface GlobalIdentity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GlobalIdentity.Builder,GlobalIdentity>,SdkBuilder<GlobalIdentity.Builder,GlobalIdentity>,SdkPojo
- Enclosing class:
- GlobalIdentity
public static interface GlobalIdentity.Builder extends SdkPojo, CopyableBuilder<GlobalIdentity.Builder,GlobalIdentity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalIdentity.BuildergeranCid(Integer geranCid)GERAN (GSM EDGE Radio Access Network) cell global identifier.GlobalIdentity.Builderlac(Integer lac)Location area code of the global identity.-
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
-
lac
GlobalIdentity.Builder lac(Integer lac)
Location area code of the global identity.
- Parameters:
lac- Location area code of the global identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geranCid
GlobalIdentity.Builder geranCid(Integer geranCid)
GERAN (GSM EDGE Radio Access Network) cell global identifier.
- Parameters:
geranCid- GERAN (GSM EDGE Radio Access Network) cell global identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-