Struct aws_sdk_sagemaker::input::update_context_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateContextInput
Implementations
The name of the context to update.
The name of the context to update.
The new description for the context.
The new description for the context.
Adds a key-value pair to properties
.
To override the contents of this collection use set_properties
.
The new list of properties. Overwrites the current property list.
The new list of properties. Overwrites the current property list.
Appends an item to properties_to_remove
.
To override the contents of this collection use set_properties_to_remove
.
A list of properties to remove.
A list of properties to remove.
Consumes the builder and constructs a UpdateContextInput
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