#[non_exhaustive]pub struct HostBuilder { /* private fields */ }
Expand description
A builder for Host
.
Implementations§
Source§impl HostBuilder
impl HostBuilder
Sourcepub fn auto_placement(self, input: AutoPlacement) -> Self
pub fn auto_placement(self, input: AutoPlacement) -> Self
Whether auto-placement is on or off.
Sourcepub fn set_auto_placement(self, input: Option<AutoPlacement>) -> Self
pub fn set_auto_placement(self, input: Option<AutoPlacement>) -> Self
Whether auto-placement is on or off.
Sourcepub fn get_auto_placement(&self) -> &Option<AutoPlacement>
pub fn get_auto_placement(&self) -> &Option<AutoPlacement>
Whether auto-placement is on or off.
Sourcepub fn availability_zone(self, input: impl Into<String>) -> Self
pub fn availability_zone(self, input: impl Into<String>) -> Self
The Availability Zone of the Dedicated Host.
Sourcepub fn set_availability_zone(self, input: Option<String>) -> Self
pub fn set_availability_zone(self, input: Option<String>) -> Self
The Availability Zone of the Dedicated Host.
Sourcepub fn get_availability_zone(&self) -> &Option<String>
pub fn get_availability_zone(&self) -> &Option<String>
The Availability Zone of the Dedicated Host.
Sourcepub fn available_capacity(self, input: AvailableCapacity) -> Self
pub fn available_capacity(self, input: AvailableCapacity) -> Self
Information about the instances running on the Dedicated Host.
Sourcepub fn set_available_capacity(self, input: Option<AvailableCapacity>) -> Self
pub fn set_available_capacity(self, input: Option<AvailableCapacity>) -> Self
Information about the instances running on the Dedicated Host.
Sourcepub fn get_available_capacity(&self) -> &Option<AvailableCapacity>
pub fn get_available_capacity(&self) -> &Option<AvailableCapacity>
Information about the instances running on the Dedicated Host.
Sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
Sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
Sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
Sourcepub fn set_host_id(self, input: Option<String>) -> Self
pub fn set_host_id(self, input: Option<String>) -> Self
The ID of the Dedicated Host.
Sourcepub fn get_host_id(&self) -> &Option<String>
pub fn get_host_id(&self) -> &Option<String>
The ID of the Dedicated Host.
Sourcepub fn host_properties(self, input: HostProperties) -> Self
pub fn host_properties(self, input: HostProperties) -> Self
The hardware specifications of the Dedicated Host.
Sourcepub fn set_host_properties(self, input: Option<HostProperties>) -> Self
pub fn set_host_properties(self, input: Option<HostProperties>) -> Self
The hardware specifications of the Dedicated Host.
Sourcepub fn get_host_properties(&self) -> &Option<HostProperties>
pub fn get_host_properties(&self) -> &Option<HostProperties>
The hardware specifications of the Dedicated Host.
Sourcepub fn host_reservation_id(self, input: impl Into<String>) -> Self
pub fn host_reservation_id(self, input: impl Into<String>) -> Self
The reservation ID of the Dedicated Host. This returns a null
response if the Dedicated Host doesn't have an associated reservation.
Sourcepub fn set_host_reservation_id(self, input: Option<String>) -> Self
pub fn set_host_reservation_id(self, input: Option<String>) -> Self
The reservation ID of the Dedicated Host. This returns a null
response if the Dedicated Host doesn't have an associated reservation.
Sourcepub fn get_host_reservation_id(&self) -> &Option<String>
pub fn get_host_reservation_id(&self) -> &Option<String>
The reservation ID of the Dedicated Host. This returns a null
response if the Dedicated Host doesn't have an associated reservation.
Sourcepub fn instances(self, input: HostInstance) -> Self
pub fn instances(self, input: HostInstance) -> Self
Appends an item to instances
.
To override the contents of this collection use set_instances
.
The IDs and instance type that are currently running on the Dedicated Host.
Sourcepub fn set_instances(self, input: Option<Vec<HostInstance>>) -> Self
pub fn set_instances(self, input: Option<Vec<HostInstance>>) -> Self
The IDs and instance type that are currently running on the Dedicated Host.
Sourcepub fn get_instances(&self) -> &Option<Vec<HostInstance>>
pub fn get_instances(&self) -> &Option<Vec<HostInstance>>
The IDs and instance type that are currently running on the Dedicated Host.
Sourcepub fn state(self, input: AllocationState) -> Self
pub fn state(self, input: AllocationState) -> Self
The Dedicated Host's state.
Sourcepub fn set_state(self, input: Option<AllocationState>) -> Self
pub fn set_state(self, input: Option<AllocationState>) -> Self
The Dedicated Host's state.
Sourcepub fn get_state(&self) -> &Option<AllocationState>
pub fn get_state(&self) -> &Option<AllocationState>
The Dedicated Host's state.
Sourcepub fn allocation_time(self, input: DateTime) -> Self
pub fn allocation_time(self, input: DateTime) -> Self
The time that the Dedicated Host was allocated.
Sourcepub fn set_allocation_time(self, input: Option<DateTime>) -> Self
pub fn set_allocation_time(self, input: Option<DateTime>) -> Self
The time that the Dedicated Host was allocated.
Sourcepub fn get_allocation_time(&self) -> &Option<DateTime>
pub fn get_allocation_time(&self) -> &Option<DateTime>
The time that the Dedicated Host was allocated.
Sourcepub fn release_time(self, input: DateTime) -> Self
pub fn release_time(self, input: DateTime) -> Self
The time that the Dedicated Host was released.
Sourcepub fn set_release_time(self, input: Option<DateTime>) -> Self
pub fn set_release_time(self, input: Option<DateTime>) -> Self
The time that the Dedicated Host was released.
Sourcepub fn get_release_time(&self) -> &Option<DateTime>
pub fn get_release_time(&self) -> &Option<DateTime>
The time that the Dedicated Host was released.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the Dedicated Host.
Any tags assigned to the Dedicated Host.
Any tags assigned to the Dedicated Host.
Sourcepub fn host_recovery(self, input: HostRecovery) -> Self
pub fn host_recovery(self, input: HostRecovery) -> Self
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
Sourcepub fn set_host_recovery(self, input: Option<HostRecovery>) -> Self
pub fn set_host_recovery(self, input: Option<HostRecovery>) -> Self
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
Sourcepub fn get_host_recovery(&self) -> &Option<HostRecovery>
pub fn get_host_recovery(&self) -> &Option<HostRecovery>
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
Sourcepub fn allows_multiple_instance_types(
self,
input: AllowsMultipleInstanceTypes,
) -> Self
pub fn allows_multiple_instance_types( self, input: AllowsMultipleInstanceTypes, ) -> Self
Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on
, the Dedicated Host supports multiple instance types in the instance family. If the value is off
, the Dedicated Host supports a single instance type only.
Sourcepub fn set_allows_multiple_instance_types(
self,
input: Option<AllowsMultipleInstanceTypes>,
) -> Self
pub fn set_allows_multiple_instance_types( self, input: Option<AllowsMultipleInstanceTypes>, ) -> Self
Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on
, the Dedicated Host supports multiple instance types in the instance family. If the value is off
, the Dedicated Host supports a single instance type only.
Sourcepub fn get_allows_multiple_instance_types(
&self,
) -> &Option<AllowsMultipleInstanceTypes>
pub fn get_allows_multiple_instance_types( &self, ) -> &Option<AllowsMultipleInstanceTypes>
Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on
, the Dedicated Host supports multiple instance types in the instance family. If the value is off
, the Dedicated Host supports a single instance type only.
Sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that owns the Dedicated Host.
Sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that owns the Dedicated Host.
Sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that owns the Dedicated Host.
Sourcepub fn availability_zone_id(self, input: impl Into<String>) -> Self
pub fn availability_zone_id(self, input: impl Into<String>) -> Self
The ID of the Availability Zone in which the Dedicated Host is allocated.
Sourcepub fn set_availability_zone_id(self, input: Option<String>) -> Self
pub fn set_availability_zone_id(self, input: Option<String>) -> Self
The ID of the Availability Zone in which the Dedicated Host is allocated.
Sourcepub fn get_availability_zone_id(&self) -> &Option<String>
pub fn get_availability_zone_id(&self) -> &Option<String>
The ID of the Availability Zone in which the Dedicated Host is allocated.
Sourcepub fn member_of_service_linked_resource_group(self, input: bool) -> Self
pub fn member_of_service_linked_resource_group(self, input: bool) -> Self
Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true
, the host is in a host resource group; otherwise, it is not.
Sourcepub fn set_member_of_service_linked_resource_group(
self,
input: Option<bool>,
) -> Self
pub fn set_member_of_service_linked_resource_group( self, input: Option<bool>, ) -> Self
Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true
, the host is in a host resource group; otherwise, it is not.
Sourcepub fn get_member_of_service_linked_resource_group(&self) -> &Option<bool>
pub fn get_member_of_service_linked_resource_group(&self) -> &Option<bool>
Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true
, the host is in a host resource group; otherwise, it is not.
Sourcepub fn outpost_arn(self, input: impl Into<String>) -> Self
pub fn outpost_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.
Sourcepub fn set_outpost_arn(self, input: Option<String>) -> Self
pub fn set_outpost_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.
Sourcepub fn get_outpost_arn(&self) -> &Option<String>
pub fn get_outpost_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.
Sourcepub fn host_maintenance(self, input: HostMaintenance) -> Self
pub fn host_maintenance(self, input: HostMaintenance) -> Self
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
Sourcepub fn set_host_maintenance(self, input: Option<HostMaintenance>) -> Self
pub fn set_host_maintenance(self, input: Option<HostMaintenance>) -> Self
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
Sourcepub fn get_host_maintenance(&self) -> &Option<HostMaintenance>
pub fn get_host_maintenance(&self) -> &Option<HostMaintenance>
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
Sourcepub fn asset_id(self, input: impl Into<String>) -> Self
pub fn asset_id(self, input: impl Into<String>) -> Self
The ID of the Outpost hardware asset on which the Dedicated Host is allocated.
Sourcepub fn set_asset_id(self, input: Option<String>) -> Self
pub fn set_asset_id(self, input: Option<String>) -> Self
The ID of the Outpost hardware asset on which the Dedicated Host is allocated.
Sourcepub fn get_asset_id(&self) -> &Option<String>
pub fn get_asset_id(&self) -> &Option<String>
The ID of the Outpost hardware asset on which the Dedicated Host is allocated.
Trait Implementations§
Source§impl Clone for HostBuilder
impl Clone for HostBuilder
Source§fn clone(&self) -> HostBuilder
fn clone(&self) -> HostBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for HostBuilder
impl Debug for HostBuilder
Source§impl Default for HostBuilder
impl Default for HostBuilder
Source§fn default() -> HostBuilder
fn default() -> HostBuilder
Source§impl PartialEq for HostBuilder
impl PartialEq for HostBuilder
impl StructuralPartialEq for HostBuilder
Auto Trait Implementations§
impl Freeze for HostBuilder
impl RefUnwindSafe for HostBuilder
impl Send for HostBuilder
impl Sync for HostBuilder
impl Unpin for HostBuilder
impl UnwindSafe for HostBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);