Package com.oracle.bmc.multicloud.model
Class ExternalLocation.Builder
- java.lang.Object
-
- com.oracle.bmc.multicloud.model.ExternalLocation.Builder
-
- Enclosing class:
- ExternalLocation
public static class ExternalLocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalLocation
build()
ExternalLocation.Builder
copy(ExternalLocation model)
ExternalLocation.Builder
cspPhysicalAz(String cspPhysicalAz)
A mapping of OCI site group name to CSP physical availability zone nameExternalLocation.Builder
cspPhysicalAzDisplayName(String cspPhysicalAzDisplayName)
User friendly display name for cspPhysicalAZExternalLocation.Builder
cspRegion(String cspRegion)
CSP region corresponding to the given OCI regionExternalLocation.Builder
cspRegionDisplayName(String cspRegionDisplayName)
CSP region display Name corresponding to the given OCI regionExternalLocation.Builder
serviceName(SubscriptionType serviceName)
The serviceName that externalLocation map object belongs to
-
-
-
Method Detail
-
cspRegion
public ExternalLocation.Builder cspRegion(String cspRegion)
CSP region corresponding to the given OCI region- Parameters:
cspRegion
- the value to set- Returns:
- this builder
-
cspRegionDisplayName
public ExternalLocation.Builder cspRegionDisplayName(String cspRegionDisplayName)
CSP region display Name corresponding to the given OCI region- Parameters:
cspRegionDisplayName
- the value to set- Returns:
- this builder
-
cspPhysicalAz
public ExternalLocation.Builder cspPhysicalAz(String cspPhysicalAz)
A mapping of OCI site group name to CSP physical availability zone name- Parameters:
cspPhysicalAz
- the value to set- Returns:
- this builder
-
cspPhysicalAzDisplayName
public ExternalLocation.Builder cspPhysicalAzDisplayName(String cspPhysicalAzDisplayName)
User friendly display name for cspPhysicalAZ- Parameters:
cspPhysicalAzDisplayName
- the value to set- Returns:
- this builder
-
serviceName
public ExternalLocation.Builder serviceName(SubscriptionType serviceName)
The serviceName that externalLocation map object belongs to- Parameters:
serviceName
- the value to set- Returns:
- this builder
-
build
public ExternalLocation build()
-
copy
public ExternalLocation.Builder copy(ExternalLocation model)
-
-