Struct aws_sdk_eks::model::update_labels_payload::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateLabelsPayload
Implementations
Adds a key-value pair to add_or_update_labels
.
To override the contents of this collection use set_add_or_update_labels
.
Kubernetes labels to be added or updated.
Kubernetes labels to be added or updated.
Appends an item to remove_labels
.
To override the contents of this collection use set_remove_labels
.
Kubernetes labels to be removed.
Kubernetes labels to be removed.
Consumes the builder and constructs a UpdateLabelsPayload
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