| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static RackPhysicalProperties.Builder |
RackPhysicalProperties.builder() |
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.fiberOpticCableType(FiberOpticCableType fiberOpticCableType)
The type of fiber used to attach the Outpost to the network.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.fiberOpticCableType(String fiberOpticCableType)
The type of fiber used to attach the Outpost to the network.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.maximumSupportedWeightLbs(String maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.opticalStandard(OpticalStandard opticalStandard)
The type of optical standard used to attach the Outpost to the network.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.opticalStandard(String opticalStandard)
The type of optical standard used to attach the Outpost to the network.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerConnector(PowerConnector powerConnector)
The power connector for the hardware.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerConnector(String powerConnector)
The power connector for the hardware.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerDrawKva(PowerDrawKva powerDrawKva)
The power draw available at the hardware placement position for the rack.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerDrawKva(String powerDrawKva)
The power draw available at the hardware placement position for the rack.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop)
The position of the power feed.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerFeedDrop(String powerFeedDrop)
The position of the power feed.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerPhase(PowerPhase powerPhase)
The power option that you can provide for hardware.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerPhase(String powerPhase)
The power option that you can provide for hardware.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.toBuilder() |
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.uplinkCount(String uplinkCount)
The number of uplinks each Outpost network device.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.uplinkCount(UplinkCount uplinkCount)
The number of uplinks each Outpost network device.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.uplinkGbps(String uplinkGbps)
The uplink speed the rack supports for the connection to the Region.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.uplinkGbps(UplinkGbps uplinkGbps)
The uplink speed the rack supports for the connection to the Region.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RackPhysicalProperties.Builder> |
RackPhysicalProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSiteRequest.Builder |
CreateSiteRequest.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties)
Information about the physical and logistical details for the rack at this site.
|
default Site.Builder |
Site.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties)
Information about the physical and logistical details for a rack at the site.
|
Copyright © 2023. All rights reserved.