CopyableBuilder<DescribeLocationsResponse.Builder,DescribeLocationsResponse>
, SdkBuilder<DescribeLocationsResponse.Builder,DescribeLocationsResponse>
public static interface DescribeLocationsResponse.Builder extends CopyableBuilder<DescribeLocationsResponse.Builder,DescribeLocationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeLocationsResponse.Builder |
locations(Collection<Location> locations) |
A list of colocation hubs where network providers have equipment.
|
DescribeLocationsResponse.Builder |
locations(Location... locations) |
A list of colocation hubs where network providers have equipment.
|
copy
apply, build
DescribeLocationsResponse.Builder locations(Collection<Location> locations)
A list of colocation hubs where network providers have equipment. Most regions have multiple locations available.
locations
- A list of colocation hubs where network providers have equipment. Most regions have multiple locations
available.DescribeLocationsResponse.Builder locations(Location... locations)
A list of colocation hubs where network providers have equipment. Most regions have multiple locations available.
NOTE: This method appends the values to the existing list (if any). Use
#setLocations(java.util.Collection)
or #withLocations(java.util.Collection)
if you want to
override the existing values.
locations
- A list of colocation hubs where network providers have equipment. Most regions have multiple locations
available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.