Class FastConnectProviderServiceKey.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.FastConnectProviderServiceKey.Builder
 
- 
- Enclosing class:
- FastConnectProviderServiceKey
 
 public static class FastConnectProviderServiceKey.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FastConnectProviderServiceKey.BuilderbandwidthShapeName(String bandwidthShapeName)The provisioned data rate of the connection.FastConnectProviderServiceKeybuild()FastConnectProviderServiceKey.Buildercopy(FastConnectProviderServiceKey model)FastConnectProviderServiceKey.Buildername(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.BuilderpeeringLocation(String peeringLocation)The provider’s peering location.
 
- 
- 
- 
Method Detail- 
namepublic 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
 
 - 
bandwidthShapeNamepublic 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
 
 - 
peeringLocationpublic FastConnectProviderServiceKey.Builder peeringLocation(String peeringLocation) The provider’s peering location.- Parameters:
- peeringLocation- the value to set
- Returns:
- this builder
 
 - 
buildpublic FastConnectProviderServiceKey build() 
 - 
copypublic FastConnectProviderServiceKey.Builder copy(FastConnectProviderServiceKey model) 
 
- 
 
-