pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateFeatureGroupOutput
.
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 Number (ARN) of the feature group that you're updating.
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 Number (ARN) of the feature group that you're updating.
sourcepub fn build(self) -> UpdateFeatureGroupOutput
pub fn build(self) -> UpdateFeatureGroupOutput
Consumes the builder and constructs a UpdateFeatureGroupOutput
.