Uses of Interface
software.amazon.awssdk.services.outposts.model.RackPhysicalProperties.Builder
Packages that use RackPhysicalProperties.Builder
-
Uses of RackPhysicalProperties.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return RackPhysicalProperties.BuilderModifier and TypeMethodDescriptionRackPhysicalProperties.builder()RackPhysicalProperties.Builder.fiberOpticCableType(String fiberOpticCableType) The type of fiber used to attach the Outpost to the network.RackPhysicalProperties.Builder.fiberOpticCableType(FiberOpticCableType fiberOpticCableType) The type of fiber used to attach the Outpost to the network.RackPhysicalProperties.Builder.maximumSupportedWeightLbs(String maximumSupportedWeightLbs) The maximum rack weight that this site can support.RackPhysicalProperties.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs) The maximum rack weight that this site can support.RackPhysicalProperties.Builder.opticalStandard(String opticalStandard) The type of optical standard used to attach the Outpost to the network.RackPhysicalProperties.Builder.opticalStandard(OpticalStandard opticalStandard) The type of optical standard used to attach the Outpost to the network.RackPhysicalProperties.Builder.powerConnector(String powerConnector) The power connector for the hardware.RackPhysicalProperties.Builder.powerConnector(PowerConnector powerConnector) The power connector for the hardware.RackPhysicalProperties.Builder.powerDrawKva(String powerDrawKva) The power draw available at the hardware placement position for the rack.RackPhysicalProperties.Builder.powerDrawKva(PowerDrawKva powerDrawKva) The power draw available at the hardware placement position for the rack.RackPhysicalProperties.Builder.powerFeedDrop(String powerFeedDrop) The position of the power feed.RackPhysicalProperties.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop) The position of the power feed.RackPhysicalProperties.Builder.powerPhase(String powerPhase) The power option that you can provide for hardware.RackPhysicalProperties.Builder.powerPhase(PowerPhase powerPhase) The power option that you can provide for hardware.RackPhysicalProperties.toBuilder()RackPhysicalProperties.Builder.uplinkCount(String uplinkCount) The number of uplinks each Outpost network device.RackPhysicalProperties.Builder.uplinkCount(UplinkCount uplinkCount) The number of uplinks each Outpost network device.RackPhysicalProperties.Builder.uplinkGbps(String uplinkGbps) The uplink speed the rack supports for the connection to the Region.RackPhysicalProperties.Builder.uplinkGbps(UplinkGbps uplinkGbps) The uplink speed the rack supports for the connection to the Region.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type RackPhysicalProperties.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RackPhysicalProperties.Builder>RackPhysicalProperties.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type RackPhysicalProperties.BuilderModifier and TypeMethodDescriptiondefault CreateSiteRequest.BuilderCreateSiteRequest.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties) Information about the physical and logistical details for the rack at this site.default Site.BuilderSite.Builder.rackPhysicalProperties(Consumer<RackPhysicalProperties.Builder> rackPhysicalProperties) Information about the physical and logistical details for a rack at the site.