public static interface Location.Builder extends SdkPojo, CopyableBuilder<Location.Builder,Location>
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
availableMacSecPortSpeeds(Collection<String> availableMacSecPortSpeeds)
The available MAC Security (MACsec) port speeds for the location.
|
Location.Builder |
availableMacSecPortSpeeds(String... availableMacSecPortSpeeds)
The available MAC Security (MACsec) port speeds for the location.
|
Location.Builder |
availablePortSpeeds(Collection<String> availablePortSpeeds)
The available port speeds for the location.
|
Location.Builder |
availablePortSpeeds(String... availablePortSpeeds)
The available port speeds for the location.
|
Location.Builder |
availableProviders(Collection<String> availableProviders)
The name of the service provider for the location.
|
Location.Builder |
availableProviders(String... availableProviders)
The name of the service provider for the location.
|
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 Amazon Web Services Region for the location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocation.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 Amazon Web Services Region for the location.
region - The Amazon Web Services Region for the location.Location.Builder availablePortSpeeds(Collection<String> availablePortSpeeds)
The available port speeds for the location.
availablePortSpeeds - The available port speeds for the location.Location.Builder availablePortSpeeds(String... availablePortSpeeds)
The available port speeds for the location.
availablePortSpeeds - The available port speeds for the location.Location.Builder availableProviders(Collection<String> availableProviders)
The name of the service provider for the location.
availableProviders - The name of the service provider for the location.Location.Builder availableProviders(String... availableProviders)
The name of the service provider for the location.
availableProviders - The name of the service provider for the location.Location.Builder availableMacSecPortSpeeds(Collection<String> availableMacSecPortSpeeds)
The available MAC Security (MACsec) port speeds for the location.
availableMacSecPortSpeeds - The available MAC Security (MACsec) port speeds for the location.Location.Builder availableMacSecPortSpeeds(String... availableMacSecPortSpeeds)
The available MAC Security (MACsec) port speeds for the location.
availableMacSecPortSpeeds - The available MAC Security (MACsec) port speeds for the location.Copyright © 2023. All rights reserved.