#[non_exhaustive]pub struct UpdateFlywheelInputBuilder { /* private fields */ }Expand description
A builder for UpdateFlywheelInput.
Implementations§
source§impl UpdateFlywheelInputBuilder
impl UpdateFlywheelInputBuilder
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 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 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 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 build(self) -> Result<UpdateFlywheelInput, BuildError>
pub fn build(self) -> Result<UpdateFlywheelInput, BuildError>
Consumes the builder and constructs a UpdateFlywheelInput.
Trait Implementations§
source§impl Clone for UpdateFlywheelInputBuilder
impl Clone for UpdateFlywheelInputBuilder
source§fn clone(&self) -> UpdateFlywheelInputBuilder
fn clone(&self) -> UpdateFlywheelInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateFlywheelInputBuilder
impl Debug for UpdateFlywheelInputBuilder
source§impl Default for UpdateFlywheelInputBuilder
impl Default for UpdateFlywheelInputBuilder
source§fn default() -> UpdateFlywheelInputBuilder
fn default() -> UpdateFlywheelInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateFlywheelInputBuilder> for UpdateFlywheelInputBuilder
impl PartialEq<UpdateFlywheelInputBuilder> for UpdateFlywheelInputBuilder
source§fn eq(&self, other: &UpdateFlywheelInputBuilder) -> bool
fn eq(&self, other: &UpdateFlywheelInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.