pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFeatureGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn feature_group_name(self, input: impl Into<String>) -> Self
pub fn feature_group_name(self, input: impl Into<String>) -> Self
The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.
sourcepub fn set_feature_group_name(self, input: Option<String>) -> Self
pub fn set_feature_group_name(self, input: Option<String>) -> Self
The name of the FeatureGroup
you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.
sourcepub fn build(self) -> Result<DeleteFeatureGroupInput, BuildError>
pub fn build(self) -> Result<DeleteFeatureGroupInput, BuildError>
Consumes the builder and constructs a DeleteFeatureGroupInput
.