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 |
regionName(String regionName)
The name of the region.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.