Struct aws_sdk_sagemaker::input::create_context_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateContextInput
Implementations
The name of the context. Must be unique to your account in an Amazon Web Services Region.
The name of the context. Must be unique to your account in an Amazon Web Services Region.
The source type, ID, and URI.
The source type, ID, and URI.
The context type.
The context type.
The description of the context.
The description of the context.
Adds a key-value pair to properties
.
To override the contents of this collection use set_properties
.
A list of properties to add to the context.
A list of properties to add to the context.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags to apply to the context.
A list of tags to apply to the context.
Consumes the builder and constructs a CreateContextInput
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