Package com.oracle.bmc.identity.model
Class Region.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.Region.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Region
build()
Region.Builder
copy(Region model)
Region.Builder
key(String key)
The key of the region.Region.Builder
name(String name)
The name of the region.
-
-
-
Method Detail
-
key
public 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
-
name
public 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
-
build
public Region build()
-
copy
public Region.Builder copy(Region model)
-
-