Struct aws_sdk_personalize::operation::start_recommender::builders::StartRecommenderFluentBuilder
source · pub struct StartRecommenderFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to StartRecommender
.
Starts a recommender that is INACTIVE. Starting a recommender does not create any new models, but resumes billing and automatic retraining for the recommender.
Implementations§
source§impl StartRecommenderFluentBuilder
impl StartRecommenderFluentBuilder
sourcepub fn as_input(&self) -> &StartRecommenderInputBuilder
pub fn as_input(&self) -> &StartRecommenderInputBuilder
Access the StartRecommender as a reference.
sourcepub async fn send(
self
) -> Result<StartRecommenderOutput, SdkError<StartRecommenderError, HttpResponse>>
pub async fn send( self ) -> Result<StartRecommenderOutput, SdkError<StartRecommenderError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<StartRecommenderOutput, StartRecommenderError, Self>
pub fn customize( self ) -> CustomizableOperation<StartRecommenderOutput, StartRecommenderError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn recommender_arn(self, input: impl Into<String>) -> Self
pub fn recommender_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the recommender to start.
sourcepub fn set_recommender_arn(self, input: Option<String>) -> Self
pub fn set_recommender_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the recommender to start.
sourcepub fn get_recommender_arn(&self) -> &Option<String>
pub fn get_recommender_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the recommender to start.
Trait Implementations§
source§impl Clone for StartRecommenderFluentBuilder
impl Clone for StartRecommenderFluentBuilder
source§fn clone(&self) -> StartRecommenderFluentBuilder
fn clone(&self) -> StartRecommenderFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more