Interface UpdateSiteRackPhysicalPropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSiteRackPhysicalPropertiesRequest.Builder,UpdateSiteRackPhysicalPropertiesRequest>,OutpostsRequest.Builder,SdkBuilder<UpdateSiteRackPhysicalPropertiesRequest.Builder,UpdateSiteRackPhysicalPropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSiteRackPhysicalPropertiesRequest
public static interface UpdateSiteRackPhysicalPropertiesRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteRackPhysicalPropertiesRequest.Builder,UpdateSiteRackPhysicalPropertiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSiteRackPhysicalPropertiesRequest.BuilderfiberOpticCableType(String fiberOpticCableType)The type of fiber that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.BuilderfiberOpticCableType(FiberOpticCableType fiberOpticCableType)The type of fiber that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.BuildermaximumSupportedWeightLbs(String maximumSupportedWeightLbs)The maximum rack weight that this site can support.UpdateSiteRackPhysicalPropertiesRequest.BuildermaximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)The maximum rack weight that this site can support.UpdateSiteRackPhysicalPropertiesRequest.BuilderopticalStandard(String opticalStandard)The type of optical standard that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.BuilderopticalStandard(OpticalStandard opticalStandard)The type of optical standard that you will use to attach the Outpost to your network.UpdateSiteRackPhysicalPropertiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSiteRackPhysicalPropertiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerConnector(String powerConnector)The power connector that Amazon Web Services should plan to provide for connections to the hardware.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerConnector(PowerConnector powerConnector)The power connector that Amazon Web Services should plan to provide for connections to the hardware.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerDrawKva(String powerDrawKva)The power draw, in kVA, available at the hardware placement position for the rack.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerDrawKva(PowerDrawKva powerDrawKva)The power draw, in kVA, available at the hardware placement position for the rack.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerFeedDrop(String powerFeedDrop)Indicates whether the power feed comes above or below the rack.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerFeedDrop(PowerFeedDrop powerFeedDrop)Indicates whether the power feed comes above or below the rack.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerPhase(String powerPhase)The power option that you can provide for hardware.UpdateSiteRackPhysicalPropertiesRequest.BuilderpowerPhase(PowerPhase powerPhase)The power option that you can provide for hardware.UpdateSiteRackPhysicalPropertiesRequest.BuildersiteId(String siteId)The ID or the Amazon Resource Name (ARN) of the site.UpdateSiteRackPhysicalPropertiesRequest.BuilderuplinkCount(String uplinkCount)Racks come with two Outpost network devices.UpdateSiteRackPhysicalPropertiesRequest.BuilderuplinkCount(UplinkCount uplinkCount)Racks come with two Outpost network devices.UpdateSiteRackPhysicalPropertiesRequest.BuilderuplinkGbps(String uplinkGbps)The uplink speed the rack should support for the connection to the Region.UpdateSiteRackPhysicalPropertiesRequest.BuilderuplinkGbps(UplinkGbps uplinkGbps)The uplink speed the rack should support for the connection to the Region.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
-
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
-
siteId
UpdateSiteRackPhysicalPropertiesRequest.Builder siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
- Parameters:
siteId- The ID or the Amazon Resource Name (ARN) of the site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
powerDrawKva
UpdateSiteRackPhysicalPropertiesRequest.Builder powerDrawKva(String powerDrawKva)
The power draw, in kVA, available at the hardware placement position for the rack.
- Parameters:
powerDrawKva- The power draw, in kVA, 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
UpdateSiteRackPhysicalPropertiesRequest.Builder powerDrawKva(PowerDrawKva powerDrawKva)
The power draw, in kVA, available at the hardware placement position for the rack.
- Parameters:
powerDrawKva- The power draw, in kVA, 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
UpdateSiteRackPhysicalPropertiesRequest.Builder powerPhase(String powerPhase)
The power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
- Parameters:
powerPhase- The power option that you can provide for hardware.-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerPhase,PowerPhase
-
-
powerPhase
UpdateSiteRackPhysicalPropertiesRequest.Builder powerPhase(PowerPhase powerPhase)
The power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
- Parameters:
powerPhase- The power option that you can provide for hardware.-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerPhase,PowerPhase
-
-
powerConnector
UpdateSiteRackPhysicalPropertiesRequest.Builder powerConnector(String powerConnector)
The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between
PowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
- Parameters:
powerConnector- The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation betweenPowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerConnector,PowerConnector
-
-
powerConnector
UpdateSiteRackPhysicalPropertiesRequest.Builder powerConnector(PowerConnector powerConnector)
The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between
PowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
- Parameters:
powerConnector- The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation betweenPowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerConnector,PowerConnector
-
-
powerFeedDrop
UpdateSiteRackPhysicalPropertiesRequest.Builder powerFeedDrop(String powerFeedDrop)
Indicates whether the power feed comes above or below the rack.
- Parameters:
powerFeedDrop- Indicates whether the power feed comes above or below the rack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerFeedDrop,PowerFeedDrop
-
powerFeedDrop
UpdateSiteRackPhysicalPropertiesRequest.Builder powerFeedDrop(PowerFeedDrop powerFeedDrop)
Indicates whether the power feed comes above or below the rack.
- Parameters:
powerFeedDrop- Indicates whether the power feed comes above or below the rack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PowerFeedDrop,PowerFeedDrop
-
uplinkGbps
UpdateSiteRackPhysicalPropertiesRequest.Builder uplinkGbps(String uplinkGbps)
The uplink speed the rack should support for the connection to the Region.
- Parameters:
uplinkGbps- The uplink speed the rack should support 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
UpdateSiteRackPhysicalPropertiesRequest.Builder uplinkGbps(UplinkGbps uplinkGbps)
The uplink speed the rack should support for the connection to the Region.
- Parameters:
uplinkGbps- The uplink speed the rack should support 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
UpdateSiteRackPhysicalPropertiesRequest.Builder uplinkCount(String uplinkCount)
Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between
UplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
- Parameters:
uplinkCount- Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation betweenUplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UplinkCount,UplinkCount
-
-
uplinkCount
UpdateSiteRackPhysicalPropertiesRequest.Builder uplinkCount(UplinkCount uplinkCount)
Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between
UplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
- Parameters:
uplinkCount- Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation betweenUplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UplinkCount,UplinkCount
-
-
fiberOpticCableType
UpdateSiteRackPhysicalPropertiesRequest.Builder fiberOpticCableType(String fiberOpticCableType)
The type of fiber that you will use to attach the Outpost to your network.
- Parameters:
fiberOpticCableType- The type of fiber that you will use to attach the Outpost to your network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FiberOpticCableType,FiberOpticCableType
-
fiberOpticCableType
UpdateSiteRackPhysicalPropertiesRequest.Builder fiberOpticCableType(FiberOpticCableType fiberOpticCableType)
The type of fiber that you will use to attach the Outpost to your network.
- Parameters:
fiberOpticCableType- The type of fiber that you will use to attach the Outpost to your network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FiberOpticCableType,FiberOpticCableType
-
opticalStandard
UpdateSiteRackPhysicalPropertiesRequest.Builder opticalStandard(String opticalStandard)
The type of optical standard that you will use to attach the Outpost to your 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.
-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
- Parameters:
opticalStandard- The type of optical standard that you will use to attach the Outpost to your 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.-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpticalStandard,OpticalStandard
-
-
opticalStandard
UpdateSiteRackPhysicalPropertiesRequest.Builder opticalStandard(OpticalStandard opticalStandard)
The type of optical standard that you will use to attach the Outpost to your 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.
-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
- Parameters:
opticalStandard- The type of optical standard that you will use to attach the Outpost to your 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.-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpticalStandard,OpticalStandard
-
-
maximumSupportedWeightLbs
UpdateSiteRackPhysicalPropertiesRequest.Builder maximumSupportedWeightLbs(String maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
NO_LIMITis over 2000lbs.- Parameters:
maximumSupportedWeightLbs- The maximum rack weight that this site can support.NO_LIMITis over 2000lbs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumSupportedWeightLbs,MaximumSupportedWeightLbs
-
maximumSupportedWeightLbs
UpdateSiteRackPhysicalPropertiesRequest.Builder maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
NO_LIMITis over 2000lbs.- Parameters:
maximumSupportedWeightLbs- The maximum rack weight that this site can support.NO_LIMITis over 2000lbs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumSupportedWeightLbs,MaximumSupportedWeightLbs
-
overrideConfiguration
UpdateSiteRackPhysicalPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSiteRackPhysicalPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-