Interface CellTowers.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CellTowers.Builder,CellTowers>,SdkBuilder<CellTowers.Builder,CellTowers>,SdkPojo
- Enclosing class:
- CellTowers
public static interface CellTowers.Builder extends SdkPojo, CopyableBuilder<CellTowers.Builder,CellTowers>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellTowers.Buildercdma(Collection<CdmaObj> cdma)CDMA object information.CellTowers.Buildercdma(Consumer<CdmaObj.Builder>... cdma)CDMA object information.CellTowers.Buildercdma(CdmaObj... cdma)CDMA object information.CellTowers.Buildergsm(Collection<GsmObj> gsm)GSM object information.CellTowers.Buildergsm(Consumer<GsmObj.Builder>... gsm)GSM object information.CellTowers.Buildergsm(GsmObj... gsm)GSM object information.CellTowers.Builderlte(Collection<LteObj> lte)LTE object information.CellTowers.Builderlte(Consumer<LteObj.Builder>... lte)LTE object information.CellTowers.Builderlte(LteObj... lte)LTE object information.CellTowers.Buildertdscdma(Collection<TdscdmaObj> tdscdma)TD-SCDMA object information.CellTowers.Buildertdscdma(Consumer<TdscdmaObj.Builder>... tdscdma)TD-SCDMA object information.CellTowers.Buildertdscdma(TdscdmaObj... tdscdma)TD-SCDMA object information.CellTowers.Builderwcdma(Collection<WcdmaObj> wcdma)WCDMA object information.CellTowers.Builderwcdma(Consumer<WcdmaObj.Builder>... wcdma)WCDMA object information.CellTowers.Builderwcdma(WcdmaObj... wcdma)WCDMA object information.-
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
-
gsm
CellTowers.Builder gsm(Collection<GsmObj> gsm)
GSM object information.
- Parameters:
gsm- GSM object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsm
CellTowers.Builder gsm(GsmObj... gsm)
GSM object information.
- Parameters:
gsm- GSM object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gsm
CellTowers.Builder gsm(Consumer<GsmObj.Builder>... gsm)
GSM object information.
This is a convenience method that creates an instance of theGsmObj.Builderavoiding the need to create one manually viaGsmObj.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#gsm(List.) - Parameters:
gsm- a consumer that will call methods onGsmObj.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#gsm(java.util.Collection)
-
wcdma
CellTowers.Builder wcdma(Collection<WcdmaObj> wcdma)
WCDMA object information.
- Parameters:
wcdma- WCDMA object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdma
CellTowers.Builder wcdma(WcdmaObj... wcdma)
WCDMA object information.
- Parameters:
wcdma- WCDMA object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wcdma
CellTowers.Builder wcdma(Consumer<WcdmaObj.Builder>... wcdma)
WCDMA object information.
This is a convenience method that creates an instance of theWcdmaObj.Builderavoiding the need to create one manually viaWcdmaObj.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#wcdma(List.) - Parameters:
wcdma- a consumer that will call methods onWcdmaObj.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#wcdma(java.util.Collection)
-
tdscdma
CellTowers.Builder tdscdma(Collection<TdscdmaObj> tdscdma)
TD-SCDMA object information.
- Parameters:
tdscdma- TD-SCDMA object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tdscdma
CellTowers.Builder tdscdma(TdscdmaObj... tdscdma)
TD-SCDMA object information.
- Parameters:
tdscdma- TD-SCDMA object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tdscdma
CellTowers.Builder tdscdma(Consumer<TdscdmaObj.Builder>... tdscdma)
TD-SCDMA object information.
This is a convenience method that creates an instance of theTdscdmaObj.Builderavoiding the need to create one manually viaTdscdmaObj.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tdscdma(List.) - Parameters:
tdscdma- a consumer that will call methods onTdscdmaObj.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tdscdma(java.util.Collection)
-
lte
CellTowers.Builder lte(Collection<LteObj> lte)
LTE object information.
- Parameters:
lte- LTE object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lte
CellTowers.Builder lte(LteObj... lte)
LTE object information.
- Parameters:
lte- LTE object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lte
CellTowers.Builder lte(Consumer<LteObj.Builder>... lte)
LTE object information.
This is a convenience method that creates an instance of theLteObj.Builderavoiding the need to create one manually viaLteObj.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lte(List.) - Parameters:
lte- a consumer that will call methods onLteObj.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lte(java.util.Collection)
-
cdma
CellTowers.Builder cdma(Collection<CdmaObj> cdma)
CDMA object information.
- Parameters:
cdma- CDMA object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdma
CellTowers.Builder cdma(CdmaObj... cdma)
CDMA object information.
- Parameters:
cdma- CDMA object information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cdma
CellTowers.Builder cdma(Consumer<CdmaObj.Builder>... cdma)
CDMA object information.
This is a convenience method that creates an instance of theCdmaObj.Builderavoiding the need to create one manually viaCdmaObj.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#cdma(List.) - Parameters:
cdma- a consumer that will call methods onCdmaObj.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#cdma(java.util.Collection)
-
-