Struct aws_sdk_emr::model::placement_group_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for PlacementGroupConfig
Implementations
Role of the instance in the cluster.
Starting with Amazon EMR version 5.23.0, the only supported instance role is
MASTER.
Role of the instance in the cluster.
Starting with Amazon EMR version 5.23.0, the only supported instance role is
MASTER.
EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR version 5.23.0, the only supported placement strategy is
SPREAD for the MASTER instance role.
EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR version 5.23.0, the only supported placement strategy is
SPREAD for the MASTER instance role.
Consumes the builder and constructs a PlacementGroupConfig
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
