Struct aws_sdk_outposts::model::rack_physical_properties::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for RackPhysicalProperties
Implementations
sourceimpl Builder
impl Builder
sourcepub fn power_draw_kva(self, input: PowerDrawKva) -> Self
pub fn power_draw_kva(self, input: PowerDrawKva) -> Self
The power draw available at the hardware placement position for the rack.
sourcepub fn set_power_draw_kva(self, input: Option<PowerDrawKva>) -> Self
pub fn set_power_draw_kva(self, input: Option<PowerDrawKva>) -> Self
The power draw available at the hardware placement position for the rack.
sourcepub fn power_phase(self, input: PowerPhase) -> Self
pub fn power_phase(self, input: PowerPhase) -> Self
The power option that you can provide for hardware.
sourcepub fn set_power_phase(self, input: Option<PowerPhase>) -> Self
pub fn set_power_phase(self, input: Option<PowerPhase>) -> Self
The power option that you can provide for hardware.
sourcepub fn power_connector(self, input: PowerConnector) -> Self
pub fn power_connector(self, input: PowerConnector) -> Self
The power connector for the hardware.
sourcepub fn set_power_connector(self, input: Option<PowerConnector>) -> Self
pub fn set_power_connector(self, input: Option<PowerConnector>) -> Self
The power connector for the hardware.
sourcepub fn power_feed_drop(self, input: PowerFeedDrop) -> Self
pub fn power_feed_drop(self, input: PowerFeedDrop) -> Self
The position of the power feed.
sourcepub fn set_power_feed_drop(self, input: Option<PowerFeedDrop>) -> Self
pub fn set_power_feed_drop(self, input: Option<PowerFeedDrop>) -> Self
The position of the power feed.
sourcepub fn uplink_gbps(self, input: UplinkGbps) -> Self
pub fn uplink_gbps(self, input: UplinkGbps) -> Self
The uplink speed the rack supports for the connection to the Region.
sourcepub fn set_uplink_gbps(self, input: Option<UplinkGbps>) -> Self
pub fn set_uplink_gbps(self, input: Option<UplinkGbps>) -> Self
The uplink speed the rack supports for the connection to the Region.
sourcepub fn uplink_count(self, input: UplinkCount) -> Self
pub fn uplink_count(self, input: UplinkCount) -> Self
The number of uplinks each Outpost network device.
sourcepub fn set_uplink_count(self, input: Option<UplinkCount>) -> Self
pub fn set_uplink_count(self, input: Option<UplinkCount>) -> Self
The number of uplinks each Outpost network device.
sourcepub fn fiber_optic_cable_type(self, input: FiberOpticCableType) -> Self
pub fn fiber_optic_cable_type(self, input: FiberOpticCableType) -> Self
The type of fiber used to attach the Outpost to the network.
sourcepub fn set_fiber_optic_cable_type(
self,
input: Option<FiberOpticCableType>
) -> Self
pub fn set_fiber_optic_cable_type(
self,
input: Option<FiberOpticCableType>
) -> Self
The type of fiber used to attach the Outpost to the network.
sourcepub fn optical_standard(self, input: OpticalStandard) -> Self
pub fn optical_standard(self, input: OpticalStandard) -> Self
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.
sourcepub fn set_optical_standard(self, input: Option<OpticalStandard>) -> Self
pub fn set_optical_standard(self, input: Option<OpticalStandard>) -> Self
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.
sourcepub fn maximum_supported_weight_lbs(
self,
input: MaximumSupportedWeightLbs
) -> Self
pub fn maximum_supported_weight_lbs(
self,
input: MaximumSupportedWeightLbs
) -> Self
The maximum rack weight that this site can support. NO_LIMIT
is over 2000 lbs (907 kg).
sourcepub fn set_maximum_supported_weight_lbs(
self,
input: Option<MaximumSupportedWeightLbs>
) -> Self
pub fn set_maximum_supported_weight_lbs(
self,
input: Option<MaximumSupportedWeightLbs>
) -> Self
The maximum rack weight that this site can support. NO_LIMIT
is over 2000 lbs (907 kg).
sourcepub fn build(self) -> RackPhysicalProperties
pub fn build(self) -> RackPhysicalProperties
Consumes the builder and constructs a RackPhysicalProperties
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more