public static class FastConnectProviderServiceKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
.
name
- the value to setpublic 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
bandwidthShapeName
- the value to setpublic FastConnectProviderServiceKey.Builder peeringLocation(String peeringLocation)
The provider’s peering location.
peeringLocation
- the value to setpublic FastConnectProviderServiceKey build()
public FastConnectProviderServiceKey.Builder copy(FastConnectProviderServiceKey model)
Copyright © 2016–2024. All rights reserved.