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)Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).LteLocalId.Builderpci(Integer pci)Physical cell ID.-
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
-
pci
LteLocalId.Builder pci(Integer pci)
Physical cell ID.
- Parameters:
pci- Physical cell ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earfcn
LteLocalId.Builder earfcn(Integer earfcn)
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
- Parameters:
earfcn- Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-