Struct aws_sdk_comprehend::operation::delete_flywheel::builders::DeleteFlywheelFluentBuilder
source · pub struct DeleteFlywheelFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteFlywheel.
Deletes a flywheel. When you delete the flywheel, Amazon Comprehend does not delete the data lake or the model associated with the flywheel.
For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
Implementations§
source§impl DeleteFlywheelFluentBuilder
impl DeleteFlywheelFluentBuilder
sourcepub fn as_input(&self) -> &DeleteFlywheelInputBuilder
pub fn as_input(&self) -> &DeleteFlywheelInputBuilder
Access the DeleteFlywheel as a reference.
sourcepub async fn send(
self
) -> Result<DeleteFlywheelOutput, SdkError<DeleteFlywheelError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteFlywheelOutput, SdkError<DeleteFlywheelError, 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 async fn customize(
self
) -> Result<CustomizableOperation<DeleteFlywheelOutput, DeleteFlywheelError>, SdkError<DeleteFlywheelError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteFlywheelOutput, DeleteFlywheelError>, SdkError<DeleteFlywheelError>>
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 delete.
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 delete.
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 delete.
Trait Implementations§
source§impl Clone for DeleteFlywheelFluentBuilder
impl Clone for DeleteFlywheelFluentBuilder
source§fn clone(&self) -> DeleteFlywheelFluentBuilder
fn clone(&self) -> DeleteFlywheelFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more