public static interface Location.Builder extends SdkPojo, CopyableBuilder<Location.Builder,Location>
Modifier and Type | Method and Description |
---|---|
Location.Builder |
locationCode(String locationCode)
The code for the location.
|
Location.Builder |
locationName(String locationName)
The name of the location.
|
Location.Builder |
region(String region)
The AWS Region for the location.
|
copy
applyMutation, build
Location.Builder locationCode(String locationCode)
The code for the location.
locationCode
- The code for the location.Location.Builder locationName(String locationName)
The name of the location. This includes the name of the colocation partner and the physical site of the building.
locationName
- The name of the location. This includes the name of the colocation partner and the physical site of
the building.Location.Builder region(String region)
The AWS Region for the location.
region
- The AWS Region for the location.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.