pub struct ReimportApiFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ReimportApi
.
Puts an Api resource.
Implementations§
source§impl ReimportApiFluentBuilder
impl ReimportApiFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ReimportApi, AwsResponseRetryClassifier>, SdkError<ReimportApiError>>
pub async fn customize( self ) -> Result<CustomizableOperation<ReimportApi, AwsResponseRetryClassifier>, SdkError<ReimportApiError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(self) -> Result<ReimportApiOutput, SdkError<ReimportApiError>>
pub async fn send(self) -> Result<ReimportApiOutput, SdkError<ReimportApiError>>
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 set_api_id(self, input: Option<String>) -> Self
pub fn set_api_id(self, input: Option<String>) -> Self
The API identifier.
sourcepub fn basepath(self, input: impl Into<String>) -> Self
pub fn basepath(self, input: impl Into<String>) -> Self
Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.
sourcepub fn set_basepath(self, input: Option<String>) -> Self
pub fn set_basepath(self, input: Option<String>) -> Self
Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.
sourcepub fn body(self, input: impl Into<String>) -> Self
pub fn body(self, input: impl Into<String>) -> Self
The OpenAPI definition. Supported only for HTTP APIs.
sourcepub fn set_body(self, input: Option<String>) -> Self
pub fn set_body(self, input: Option<String>) -> Self
The OpenAPI definition. Supported only for HTTP APIs.
sourcepub fn fail_on_warnings(self, input: bool) -> Self
pub fn fail_on_warnings(self, input: bool) -> Self
Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.
sourcepub fn set_fail_on_warnings(self, input: Option<bool>) -> Self
pub fn set_fail_on_warnings(self, input: Option<bool>) -> Self
Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.
Trait Implementations§
source§impl Clone for ReimportApiFluentBuilder
impl Clone for ReimportApiFluentBuilder
source§fn clone(&self) -> ReimportApiFluentBuilder
fn clone(&self) -> ReimportApiFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more