Package com.oracle.bmc.core.model
Class ByoipRangeOriginAsn.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.ByoipRangeOriginAsn.Builder
-
- Enclosing class:
- ByoipRangeOriginAsn
public static class ByoipRangeOriginAsn.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByoipRangeOriginAsn.Builder
asn(Long asn)
The Autonomous System Number (ASN) you are importing to the Oracle cloud.ByoipRangeOriginAsn.Builder
asPathPrependLength(Integer asPathPrependLength)
The as path prepend length.ByoipRangeOriginAsn
build()
ByoipRangeOriginAsn.Builder
byoasnId(String byoasnId)
The OCID of the Byoasn resource.ByoipRangeOriginAsn.Builder
copy(ByoipRangeOriginAsn model)
-
-
-
Method Detail
-
byoasnId
public ByoipRangeOriginAsn.Builder byoasnId(String byoasnId)
The OCID of the Byoasn resource.- Parameters:
byoasnId
- the value to set- Returns:
- this builder
-
asn
public ByoipRangeOriginAsn.Builder asn(Long asn)
The Autonomous System Number (ASN) you are importing to the Oracle cloud.- Parameters:
asn
- the value to set- Returns:
- this builder
-
asPathPrependLength
public ByoipRangeOriginAsn.Builder asPathPrependLength(Integer asPathPrependLength)
The as path prepend length.- Parameters:
asPathPrependLength
- the value to set- Returns:
- this builder
-
build
public ByoipRangeOriginAsn build()
-
copy
public ByoipRangeOriginAsn.Builder copy(ByoipRangeOriginAsn model)
-
-