Struct aws_sdk_comprehend::operation::update_flywheel::builders::UpdateFlywheelFluentBuilder
source · pub struct UpdateFlywheelFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateFlywheel.
Update the configuration information for an existing flywheel.
Implementations§
source§impl UpdateFlywheelFluentBuilder
impl UpdateFlywheelFluentBuilder
sourcepub fn as_input(&self) -> &UpdateFlywheelInputBuilder
pub fn as_input(&self) -> &UpdateFlywheelInputBuilder
Access the UpdateFlywheel as a reference.
sourcepub async fn send(
self
) -> Result<UpdateFlywheelOutput, SdkError<UpdateFlywheelError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateFlywheelOutput, SdkError<UpdateFlywheelError, 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<UpdateFlywheelOutput, UpdateFlywheelError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateFlywheelOutput, UpdateFlywheelError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn flywheel_arn(self, input: impl Into<String>) -> Self
pub fn flywheel_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Number (ARN) of the flywheel to update.
sourcepub fn set_flywheel_arn(self, input: Option<String>) -> Self
pub fn set_flywheel_arn(self, input: Option<String>) -> Self
The Amazon Resource Number (ARN) of the flywheel to update.
sourcepub fn get_flywheel_arn(&self) -> &Option<String>
pub fn get_flywheel_arn(&self) -> &Option<String>
The Amazon Resource Number (ARN) of the flywheel to update.
sourcepub fn active_model_arn(self, input: impl Into<String>) -> Self
pub fn active_model_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Number (ARN) of the active model version.
sourcepub fn set_active_model_arn(self, input: Option<String>) -> Self
pub fn set_active_model_arn(self, input: Option<String>) -> Self
The Amazon Resource Number (ARN) of the active model version.
sourcepub fn get_active_model_arn(&self) -> &Option<String>
pub fn get_active_model_arn(&self) -> &Option<String>
The Amazon Resource Number (ARN) of the active model version.
sourcepub fn data_access_role_arn(self, input: impl Into<String>) -> Self
pub fn data_access_role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
sourcepub fn set_data_access_role_arn(self, input: Option<String>) -> Self
pub fn set_data_access_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
sourcepub fn get_data_access_role_arn(&self) -> &Option<String>
pub fn get_data_access_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
sourcepub fn data_security_config(self, input: UpdateDataSecurityConfig) -> Self
pub fn data_security_config(self, input: UpdateDataSecurityConfig) -> Self
Flywheel data security configuration.
sourcepub fn set_data_security_config(
self,
input: Option<UpdateDataSecurityConfig>
) -> Self
pub fn set_data_security_config( self, input: Option<UpdateDataSecurityConfig> ) -> Self
Flywheel data security configuration.
sourcepub fn get_data_security_config(&self) -> &Option<UpdateDataSecurityConfig>
pub fn get_data_security_config(&self) -> &Option<UpdateDataSecurityConfig>
Flywheel data security configuration.
Trait Implementations§
source§impl Clone for UpdateFlywheelFluentBuilder
impl Clone for UpdateFlywheelFluentBuilder
source§fn clone(&self) -> UpdateFlywheelFluentBuilder
fn clone(&self) -> UpdateFlywheelFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more