Package com.oracle.bmc.multicloud.model
Class ExternalLocationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.multicloud.model.ExternalLocationSummary.Builder
 
- 
- Enclosing class:
- ExternalLocationSummary
 
 public static class ExternalLocationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalLocationSummarybuild()ExternalLocationSummary.Buildercopy(ExternalLocationSummary model)ExternalLocationSummary.BuildercspRegion(String cspRegion)CSP region corresponding to the given OCI regionExternalLocationSummary.BuildercspRegionDisplayName(String cspRegionDisplayName)CSP region display Name corresponding to the given OCI region
 
- 
- 
- 
Method Detail- 
cspRegionpublic ExternalLocationSummary.Builder cspRegion(String cspRegion) CSP region corresponding to the given OCI region- Parameters:
- cspRegion- the value to set
- Returns:
- this builder
 
 - 
cspRegionDisplayNamepublic ExternalLocationSummary.Builder cspRegionDisplayName(String cspRegionDisplayName) CSP region display Name corresponding to the given OCI region- Parameters:
- cspRegionDisplayName- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExternalLocationSummary build() 
 - 
copypublic ExternalLocationSummary.Builder copy(ExternalLocationSummary model) 
 
- 
 
-