Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
key
- the value to setpublic 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
name
- the value to setpublic Region build()
public Region.Builder copy(Region model)
Copyright © 2016–2024. All rights reserved.