Uses of Interface
software.amazon.awssdk.services.outposts.model.UpdateSiteRackPhysicalPropertiesRequest.Builder
Packages that use UpdateSiteRackPhysicalPropertiesRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of UpdateSiteRackPhysicalPropertiesRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type UpdateSiteRackPhysicalPropertiesRequest.BuilderModifier and TypeMethodDescriptionOutpostsAsyncClient.updateSiteRackPhysicalProperties(Consumer<UpdateSiteRackPhysicalPropertiesRequest.Builder> updateSiteRackPhysicalPropertiesRequest) Update the physical and logistical details for a rack at a site.OutpostsClient.updateSiteRackPhysicalProperties(Consumer<UpdateSiteRackPhysicalPropertiesRequest.Builder> updateSiteRackPhysicalPropertiesRequest) Update the physical and logistical details for a rack at a site. -
Uses of UpdateSiteRackPhysicalPropertiesRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UpdateSiteRackPhysicalPropertiesRequest.BuilderModifier and TypeMethodDescriptionUpdateSiteRackPhysicalPropertiesRequest.builder()UpdateSiteRackPhysicalPropertiesRequest.Builder.fiberOpticCableType(String fiberOpticCableType) The type of fiber that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.Builder.fiberOpticCableType(FiberOpticCableType fiberOpticCableType) The type of fiber that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.Builder.maximumSupportedWeightLbs(String maximumSupportedWeightLbs) The maximum rack weight that this site can support.UpdateSiteRackPhysicalPropertiesRequest.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs) The maximum rack weight that this site can support.UpdateSiteRackPhysicalPropertiesRequest.Builder.opticalStandard(String opticalStandard) The type of optical standard that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.Builder.opticalStandard(OpticalStandard opticalStandard) The type of optical standard that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateSiteRackPhysicalPropertiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateSiteRackPhysicalPropertiesRequest.Builder.powerConnector(String powerConnector) The power connector that Amazon Web Services should plan to provide for connections to the hardware.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerConnector(PowerConnector powerConnector) The power connector that Amazon Web Services should plan to provide for connections to the hardware.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerDrawKva(String powerDrawKva) The power draw, in kVA, available at the hardware placement position for the rack.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerDrawKva(PowerDrawKva powerDrawKva) The power draw, in kVA, available at the hardware placement position for the rack.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerFeedDrop(String powerFeedDrop) Indicates whether the power feed comes above or below the rack.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop) Indicates whether the power feed comes above or below the rack.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerPhase(String powerPhase) The power option that you can provide for hardware.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerPhase(PowerPhase powerPhase) The power option that you can provide for hardware.The ID or the Amazon Resource Name (ARN) of the site.UpdateSiteRackPhysicalPropertiesRequest.toBuilder()UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkCount(String uplinkCount) Racks come with two Outpost network devices.UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkCount(UplinkCount uplinkCount) Racks come with two Outpost network devices.UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkGbps(String uplinkGbps) The uplink speed the rack should support for the connection to the Region.UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkGbps(UplinkGbps uplinkGbps) The uplink speed the rack should support for the connection to the Region.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UpdateSiteRackPhysicalPropertiesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateSiteRackPhysicalPropertiesRequest.Builder>UpdateSiteRackPhysicalPropertiesRequest.serializableBuilderClass()