Struct aws_sdk_emr::model::instance::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Instance
Implementations
The unique identifier for the instance in Amazon EMR.
The unique identifier for the instance in Amazon EMR.
The unique identifier of the instance in Amazon EC2.
The unique identifier of the instance in Amazon EC2.
The public DNS name of the instance.
The public DNS name of the instance.
The public IP address of the instance.
The public IP address of the instance.
The private DNS name of the instance.
The private DNS name of the instance.
The private IP address of the instance.
The private IP address of the instance.
The current status of the instance.
The current status of the instance.
The identifier of the instance group to which this instance belongs.
The identifier of the instance group to which this instance belongs.
The unique identifier of the instance fleet to which an EC2 instance belongs.
The unique identifier of the instance fleet to which an EC2 instance belongs.
The instance purchasing option. Valid values are ON_DEMAND or
SPOT.
The instance purchasing option. Valid values are ON_DEMAND or
SPOT.
The EC2 instance type, for example m3.xlarge.
The EC2 instance type, for example m3.xlarge.
Appends an item to ebs_volumes.
To override the contents of this collection use set_ebs_volumes.
The list of Amazon EBS volumes that are attached to this instance.
The list of Amazon EBS volumes that are attached to this instance.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more