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