pub struct Builder { /* private fields */ }
Expand description
A builder for CreateFeatureGroupOutput
.
Implementations§
source§impl Builder
impl Builder
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
.