Struct aws_sdk_emr::input::set_visible_to_all_users_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SetVisibleToAllUsersInput
Implementations
Appends an item to job_flow_ids.
To override the contents of this collection use set_job_flow_ids.
The unique identifier of the job flow (cluster).
The unique identifier of the job flow (cluster).
A value of true indicates that an IAM principal in the Amazon Web Services account can perform
EMR actions on the cluster that the IAM policies attached to the principal allow. A
value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.
A value of true indicates that an IAM principal in the Amazon Web Services account can perform
EMR actions on the cluster that the IAM policies attached to the principal allow. A
value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.
Consumes the builder and constructs a SetVisibleToAllUsersInput
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
