#[non_exhaustive]pub struct StartIngestionInputBuilder { /* private fields */ }Expand description
A builder for StartIngestionInput.
Implementations§
source§impl StartIngestionInputBuilder
impl StartIngestionInputBuilder
sourcepub fn ingestion_identifier(self, input: impl Into<String>) -> Self
pub fn ingestion_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn set_ingestion_identifier(self, input: Option<String>) -> Self
pub fn set_ingestion_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn get_ingestion_identifier(&self) -> &Option<String>
pub fn get_ingestion_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
pub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
pub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn get_app_bundle_identifier(&self) -> &Option<String>
pub fn get_app_bundle_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn build(self) -> Result<StartIngestionInput, BuildError>
pub fn build(self) -> Result<StartIngestionInput, BuildError>
Consumes the builder and constructs a StartIngestionInput.
source§impl StartIngestionInputBuilder
impl StartIngestionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StartIngestionOutput, SdkError<StartIngestionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StartIngestionOutput, SdkError<StartIngestionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StartIngestionInputBuilder
impl Clone for StartIngestionInputBuilder
source§fn clone(&self) -> StartIngestionInputBuilder
fn clone(&self) -> StartIngestionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for StartIngestionInputBuilder
impl Debug for StartIngestionInputBuilder
source§impl Default for StartIngestionInputBuilder
impl Default for StartIngestionInputBuilder
source§fn default() -> StartIngestionInputBuilder
fn default() -> StartIngestionInputBuilder
source§impl PartialEq<StartIngestionInputBuilder> for StartIngestionInputBuilder
impl PartialEq<StartIngestionInputBuilder> for StartIngestionInputBuilder
source§fn eq(&self, other: &StartIngestionInputBuilder) -> bool
fn eq(&self, other: &StartIngestionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.