Package com.oracle.bmc.identity.model
Class Region.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.model.Region.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Regionbuild()Region.Buildercopy(Region model)Region.Builderkey(String key)The key of the region.Region.Buildername(String name)The name of the region.
 
- 
- 
- 
Method Detail- 
keypublic Region.Builder key(String key) The key of the region.See Regions and Availability Domains for the full list of supported 3-letter region codes. Example: PHX - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
namepublic Region.Builder name(String name) The name of the region.See Regions and Availability Domains for the full list of supported region names. Example: us-phoenix-1 - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
buildpublic Region build() 
 - 
copypublic Region.Builder copy(Region model) 
 
- 
 
-