pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateRecommenderOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn recommender_arn(self, input: impl Into<String>) -> Self
pub fn recommender_arn(self, input: impl Into<String>) -> Self
The same recommender Amazon Resource Name (ARN) as given in the request.
sourcepub fn set_recommender_arn(self, input: Option<String>) -> Self
pub fn set_recommender_arn(self, input: Option<String>) -> Self
The same recommender Amazon Resource Name (ARN) as given in the request.
sourcepub fn build(self) -> UpdateRecommenderOutput
pub fn build(self) -> UpdateRecommenderOutput
Consumes the builder and constructs a UpdateRecommenderOutput
.