| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.availableMacSecPortSpeeds(Collection<String> availableMacSecPortSpeeds)
The available MAC Security (MACsec) port speeds for the location.
|
Location.Builder |
Location.Builder.availableMacSecPortSpeeds(String... availableMacSecPortSpeeds)
The available MAC Security (MACsec) port speeds for the location.
|
Location.Builder |
Location.Builder.availablePortSpeeds(Collection<String> availablePortSpeeds)
The available port speeds for the location.
|
Location.Builder |
Location.Builder.availablePortSpeeds(String... availablePortSpeeds)
The available port speeds for the location.
|
Location.Builder |
Location.Builder.availableProviders(Collection<String> availableProviders)
The name of the service provider for the location.
|
Location.Builder |
Location.Builder.availableProviders(String... availableProviders)
The name of the service provider for the location.
|
static Location.Builder |
Location.builder() |
Location.Builder |
Location.Builder.locationCode(String locationCode)
The code for the location.
|
Location.Builder |
Location.Builder.locationName(String locationName)
The name of the location.
|
Location.Builder |
Location.Builder.region(String region)
The Amazon Web Services Region for the location.
|
Location.Builder |
Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Location.Builder> |
Location.serializableBuilderClass() |
Copyright © 2022. All rights reserved.