Interface RackPhysicalProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RackPhysicalProperties.Builder,RackPhysicalProperties>,SdkBuilder<RackPhysicalProperties.Builder,RackPhysicalProperties>,SdkPojo
- Enclosing class:
- RackPhysicalProperties
public static interface RackPhysicalProperties.Builder extends SdkPojo, CopyableBuilder<RackPhysicalProperties.Builder,RackPhysicalProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RackPhysicalProperties.BuilderfiberOpticCableType(String fiberOpticCableType)The type of fiber used to attach the Outpost to the network.RackPhysicalProperties.BuilderfiberOpticCableType(FiberOpticCableType fiberOpticCableType)The type of fiber used to attach the Outpost to the network.RackPhysicalProperties.BuildermaximumSupportedWeightLbs(String maximumSupportedWeightLbs)The maximum rack weight that this site can support.RackPhysicalProperties.BuildermaximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)The maximum rack weight that this site can support.RackPhysicalProperties.BuilderopticalStandard(String opticalStandard)The type of optical standard used to attach the Outpost to the network.RackPhysicalProperties.BuilderopticalStandard(OpticalStandard opticalStandard)The type of optical standard used to attach the Outpost to the network.RackPhysicalProperties.BuilderpowerConnector(String powerConnector)The power connector for the hardware.RackPhysicalProperties.BuilderpowerConnector(PowerConnector powerConnector)The power connector for the hardware.RackPhysicalProperties.BuilderpowerDrawKva(String powerDrawKva)The power draw available at the hardware placement position for the rack.RackPhysicalProperties.BuilderpowerDrawKva(PowerDrawKva powerDrawKva)The power draw available at the hardware placement position for the rack.RackPhysicalProperties.BuilderpowerFeedDrop(String powerFeedDrop)The position of the power feed.RackPhysicalProperties.BuilderpowerFeedDrop(PowerFeedDrop powerFeedDrop)The position of the power feed.RackPhysicalProperties.BuilderpowerPhase(String powerPhase)The power option that you can provide for hardware.RackPhysicalProperties.BuilderpowerPhase(PowerPhase powerPhase)The power option that you can provide for hardware.RackPhysicalProperties.BuilderuplinkCount(String uplinkCount)The number of uplinks each Outpost network device.RackPhysicalProperties.BuilderuplinkCount(UplinkCount uplinkCount)The number of uplinks each Outpost network device.RackPhysicalProperties.BuilderuplinkGbps(String uplinkGbps)The uplink speed the rack supports for the connection to the Region.RackPhysicalProperties.BuilderuplinkGbps(UplinkGbps uplinkGbps)The uplink speed the rack supports for the connection to the Region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
powerDrawKva
RackPhysicalProperties.Builder powerDrawKva(String powerDrawKva)
The power draw available at the hardware placement position for the rack.
- Parameters:
powerDrawKva- The power draw available at the hardware placement position for the rack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerDrawKva,PowerDrawKva
-
powerDrawKva
RackPhysicalProperties.Builder powerDrawKva(PowerDrawKva powerDrawKva)
The power draw available at the hardware placement position for the rack.
- Parameters:
powerDrawKva- The power draw available at the hardware placement position for the rack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerDrawKva,PowerDrawKva
-
powerPhase
RackPhysicalProperties.Builder powerPhase(String powerPhase)
The power option that you can provide for hardware.
- Parameters:
powerPhase- The power option that you can provide for hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerPhase,PowerPhase
-
powerPhase
RackPhysicalProperties.Builder powerPhase(PowerPhase powerPhase)
The power option that you can provide for hardware.
- Parameters:
powerPhase- The power option that you can provide for hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerPhase,PowerPhase
-
powerConnector
RackPhysicalProperties.Builder powerConnector(String powerConnector)
The power connector for the hardware.
- Parameters:
powerConnector- The power connector for the hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerConnector,PowerConnector
-
powerConnector
RackPhysicalProperties.Builder powerConnector(PowerConnector powerConnector)
The power connector for the hardware.
- Parameters:
powerConnector- The power connector for the hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerConnector,PowerConnector
-
powerFeedDrop
RackPhysicalProperties.Builder powerFeedDrop(String powerFeedDrop)
The position of the power feed.
- Parameters:
powerFeedDrop- The position of the power feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerFeedDrop,PowerFeedDrop
-
powerFeedDrop
RackPhysicalProperties.Builder powerFeedDrop(PowerFeedDrop powerFeedDrop)
The position of the power feed.
- Parameters:
powerFeedDrop- The position of the power feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerFeedDrop,PowerFeedDrop
-
uplinkGbps
RackPhysicalProperties.Builder uplinkGbps(String uplinkGbps)
The uplink speed the rack supports for the connection to the Region.
- Parameters:
uplinkGbps- The uplink speed the rack supports for the connection to the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UplinkGbps,UplinkGbps
-
uplinkGbps
RackPhysicalProperties.Builder uplinkGbps(UplinkGbps uplinkGbps)
The uplink speed the rack supports for the connection to the Region.
- Parameters:
uplinkGbps- The uplink speed the rack supports for the connection to the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UplinkGbps,UplinkGbps
-
uplinkCount
RackPhysicalProperties.Builder uplinkCount(String uplinkCount)
The number of uplinks each Outpost network device.
- Parameters:
uplinkCount- The number of uplinks each Outpost network device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UplinkCount,UplinkCount
-
uplinkCount
RackPhysicalProperties.Builder uplinkCount(UplinkCount uplinkCount)
The number of uplinks each Outpost network device.
- Parameters:
uplinkCount- The number of uplinks each Outpost network device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UplinkCount,UplinkCount
-
fiberOpticCableType
RackPhysicalProperties.Builder fiberOpticCableType(String fiberOpticCableType)
The type of fiber used to attach the Outpost to the network.
- Parameters:
fiberOpticCableType- The type of fiber used to attach the Outpost to the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FiberOpticCableType,FiberOpticCableType
-
fiberOpticCableType
RackPhysicalProperties.Builder fiberOpticCableType(FiberOpticCableType fiberOpticCableType)
The type of fiber used to attach the Outpost to the network.
- Parameters:
fiberOpticCableType- The type of fiber used to attach the Outpost to the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FiberOpticCableType,FiberOpticCableType
-
opticalStandard
RackPhysicalProperties.Builder opticalStandard(String opticalStandard)
The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.
- Parameters:
opticalStandard- The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpticalStandard,OpticalStandard
-
opticalStandard
RackPhysicalProperties.Builder opticalStandard(OpticalStandard opticalStandard)
The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.
- Parameters:
opticalStandard- The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpticalStandard,OpticalStandard
-
maximumSupportedWeightLbs
RackPhysicalProperties.Builder maximumSupportedWeightLbs(String maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
NO_LIMITis over 2000 lbs (907 kg).- Parameters:
maximumSupportedWeightLbs- The maximum rack weight that this site can support.NO_LIMITis over 2000 lbs (907 kg).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumSupportedWeightLbs,MaximumSupportedWeightLbs
-
maximumSupportedWeightLbs
RackPhysicalProperties.Builder maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
NO_LIMITis over 2000 lbs (907 kg).- Parameters:
maximumSupportedWeightLbs- The maximum rack weight that this site can support.NO_LIMITis over 2000 lbs (907 kg).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumSupportedWeightLbs,MaximumSupportedWeightLbs
-
-