public static interface Region.Builder extends SdkPojo, CopyableBuilder<Region.Builder,Region>
Modifier and Type | Method and Description |
---|---|
Region.Builder |
endpoint(String endpoint)
The Region service endpoint.
|
Region.Builder |
optInStatus(String optInStatus)
The Region opt-in status.
|
Region.Builder |
regionName(String regionName)
The name of the Region.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Region.Builder endpoint(String endpoint)
The Region service endpoint.
endpoint
- The Region service endpoint.Region.Builder regionName(String regionName)
The name of the Region.
regionName
- The name of the Region.Region.Builder optInStatus(String optInStatus)
The Region opt-in status. The possible values are opt-in-not-required
, opted-in
,
and not-opted-in
.
optInStatus
- The Region opt-in status. The possible values are opt-in-not-required
,
opted-in
, and not-opted-in
.Copyright © 2019. All rights reserved.