Interface LteLocalId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LteLocalId.Builder,LteLocalId>,SdkBuilder<LteLocalId.Builder,LteLocalId>,SdkPojo
- Enclosing class:
- LteLocalId
public static interface LteLocalId.Builder extends SdkPojo, CopyableBuilder<LteLocalId.Builder,LteLocalId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LteLocalId.Builderearfcn(Integer earfcn)E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).LteLocalId.Builderpci(Integer pci)Physical Cell ID (PCI).-
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
-
earfcn
LteLocalId.Builder earfcn(Integer earfcn)
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
- Parameters:
earfcn- E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pci
LteLocalId.Builder pci(Integer pci)
Physical Cell ID (PCI).
- Parameters:
pci- Physical Cell ID (PCI).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-