Struct aws_sdk_emr::model::instance_group_detail::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for InstanceGroupDetail
Implementations
Unique identifier for the instance group.
Unique identifier for the instance group.
Market type of the EC2 instances used to create a cluster node.
Market type of the EC2 instances used to create a cluster node.
Instance group role in the cluster
Instance group role in the cluster
If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.
If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.
EC2 instance type.
EC2 instance type.
Target number of instances to run in the instance group.
Target number of instances to run in the instance group.
Actual count of running instances.
Actual count of running instances.
State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.
State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.
Details regarding the state of the instance group.
Details regarding the state of the instance group.
The date/time the instance group was created.
The date/time the instance group was created.
The date/time the instance group was started.
The date/time the instance group was started.
The date/time the instance group was available to the cluster.
The date/time the instance group was available to the cluster.
The date/time the instance group was terminated.
The date/time the instance group was terminated.
The custom AMI ID to use for the provisioned instance group.
The custom AMI ID to use for the provisioned instance group.
Consumes the builder and constructs a InstanceGroupDetail
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
