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.Builderasn(Long asn)The Autonomous System Number (ASN) you are importing to the Oracle cloud.ByoipRangeOriginAsn.BuilderasPathPrependLength(Integer asPathPrependLength)The as path prepend length.ByoipRangeOriginAsnbuild()ByoipRangeOriginAsn.BuilderbyoasnId(String byoasnId)The OCID of the Byoasn resource.ByoipRangeOriginAsn.Buildercopy(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)
-
-