pub struct ExportBundleFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ExportBundle
.
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
Implementations§
source§impl ExportBundleFluentBuilder
impl ExportBundleFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ExportBundle, AwsResponseRetryClassifier>, SdkError<ExportBundleError>>
pub async fn customize( self ) -> Result<CustomizableOperation<ExportBundle, AwsResponseRetryClassifier>, SdkError<ExportBundleError>>
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<ExportBundleOutput, SdkError<ExportBundleError>>
pub async fn send( self ) -> Result<ExportBundleOutput, SdkError<ExportBundleError>>
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_bundle_id(self, input: Option<String>) -> Self
pub fn set_bundle_id(self, input: Option<String>) -> Self
Unique bundle identifier.
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
Unique project identifier.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
Unique project identifier.
sourcepub fn platform(self, input: Platform) -> Self
pub fn platform(self, input: Platform) -> Self
Developer desktop or target application platform.
sourcepub fn set_platform(self, input: Option<Platform>) -> Self
pub fn set_platform(self, input: Option<Platform>) -> Self
Developer desktop or target application platform.
Trait Implementations§
source§impl Clone for ExportBundleFluentBuilder
impl Clone for ExportBundleFluentBuilder
source§fn clone(&self) -> ExportBundleFluentBuilder
fn clone(&self) -> ExportBundleFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more