Class FastConnectProviderServiceKey.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.FastConnectProviderServiceKey.Builder
-
- Enclosing class:
- FastConnectProviderServiceKey
public static class FastConnectProviderServiceKey.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastConnectProviderServiceKey.Builder
bandwidthShapeName(String bandwidthShapeName)
The provisioned data rate of the connection.FastConnectProviderServiceKey
build()
FastConnectProviderServiceKey.Builder
copy(FastConnectProviderServiceKey model)
FastConnectProviderServiceKey.Builder
name(String name)
The service key that the provider gives you when you set up a virtual circuit connection from the provider to Oracle Cloud Infrastructure.FastConnectProviderServiceKey.Builder
peeringLocation(String peeringLocation)
The provider’s peering location.
-
-
-
Method Detail
-
name
public FastConnectProviderServiceKey.Builder name(String name)
The service key that the provider gives you when you set up a virtual circuit connection from the provider to Oracle Cloud Infrastructure.Use this value as the providerServiceKeyName query parameter for
getFastConnectProviderServiceKey
.- Parameters:
name
- the value to set- Returns:
- this builder
-
bandwidthShapeName
public FastConnectProviderServiceKey.Builder bandwidthShapeName(String bandwidthShapeName)
The provisioned data rate of the connection.To get a list of the available bandwidth levels (that is, shapes), see
listFastConnectProviderVirtualCircuitBandwidthShapes
.Example: 10 Gbps
- Parameters:
bandwidthShapeName
- the value to set- Returns:
- this builder
-
peeringLocation
public FastConnectProviderServiceKey.Builder peeringLocation(String peeringLocation)
The provider’s peering location.- Parameters:
peeringLocation
- the value to set- Returns:
- this builder
-
build
public FastConnectProviderServiceKey build()
-
copy
public FastConnectProviderServiceKey.Builder copy(FastConnectProviderServiceKey model)
-
-