Struct aws_sdk_sagemaker::types::builders::ActionSourceBuilder
source · #[non_exhaustive]pub struct ActionSourceBuilder { /* private fields */ }
Expand description
A builder for ActionSource
.
Implementations§
source§impl ActionSourceBuilder
impl ActionSourceBuilder
sourcepub fn source_uri(self, input: impl Into<String>) -> Self
pub fn source_uri(self, input: impl Into<String>) -> Self
The URI of the source.
sourcepub fn set_source_uri(self, input: Option<String>) -> Self
pub fn set_source_uri(self, input: Option<String>) -> Self
The URI of the source.
sourcepub fn source_type(self, input: impl Into<String>) -> Self
pub fn source_type(self, input: impl Into<String>) -> Self
The type of the source.
sourcepub fn set_source_type(self, input: Option<String>) -> Self
pub fn set_source_type(self, input: Option<String>) -> Self
The type of the source.
sourcepub fn set_source_id(self, input: Option<String>) -> Self
pub fn set_source_id(self, input: Option<String>) -> Self
The ID of the source.
sourcepub fn build(self) -> ActionSource
pub fn build(self) -> ActionSource
Consumes the builder and constructs a ActionSource
.
Trait Implementations§
source§impl Clone for ActionSourceBuilder
impl Clone for ActionSourceBuilder
source§fn clone(&self) -> ActionSourceBuilder
fn clone(&self) -> ActionSourceBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ActionSourceBuilder
impl Debug for ActionSourceBuilder
source§impl Default for ActionSourceBuilder
impl Default for ActionSourceBuilder
source§fn default() -> ActionSourceBuilder
fn default() -> ActionSourceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ActionSourceBuilder> for ActionSourceBuilder
impl PartialEq<ActionSourceBuilder> for ActionSourceBuilder
source§fn eq(&self, other: &ActionSourceBuilder) -> bool
fn eq(&self, other: &ActionSourceBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.