Struct aws_sdk_sagemaker::operation::create_feature_group::builders::CreateFeatureGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateFeatureGroupOutputBuilder { /* private fields */ }
Expand description
A builder for CreateFeatureGroupOutput
.
Implementations§
source§impl CreateFeatureGroupOutputBuilder
impl CreateFeatureGroupOutputBuilder
sourcepub fn feature_group_arn(self, input: impl Into<String>) -> Self
pub fn feature_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the FeatureGroup
. This is a unique identifier for the feature group.
sourcepub fn set_feature_group_arn(self, input: Option<String>) -> Self
pub fn set_feature_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the FeatureGroup
. This is a unique identifier for the feature group.
sourcepub fn build(self) -> CreateFeatureGroupOutput
pub fn build(self) -> CreateFeatureGroupOutput
Consumes the builder and constructs a CreateFeatureGroupOutput
.
Trait Implementations§
source§impl Clone for CreateFeatureGroupOutputBuilder
impl Clone for CreateFeatureGroupOutputBuilder
source§fn clone(&self) -> CreateFeatureGroupOutputBuilder
fn clone(&self) -> CreateFeatureGroupOutputBuilder
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 Default for CreateFeatureGroupOutputBuilder
impl Default for CreateFeatureGroupOutputBuilder
source§fn default() -> CreateFeatureGroupOutputBuilder
fn default() -> CreateFeatureGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateFeatureGroupOutputBuilder> for CreateFeatureGroupOutputBuilder
impl PartialEq<CreateFeatureGroupOutputBuilder> for CreateFeatureGroupOutputBuilder
source§fn eq(&self, other: &CreateFeatureGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateFeatureGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.