Struct aws_sdk_appfabric::operation::update_ingestion_destination::builders::UpdateIngestionDestinationInputBuilder
source · #[non_exhaustive]pub struct UpdateIngestionDestinationInputBuilder { /* private fields */ }Expand description
A builder for UpdateIngestionDestinationInput.
Implementations§
source§impl UpdateIngestionDestinationInputBuilder
impl UpdateIngestionDestinationInputBuilder
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.
This field is required.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 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.
This field is required.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 ingestion_destination_identifier(self, input: impl Into<String>) -> Self
pub fn ingestion_destination_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
This field is required.sourcepub fn set_ingestion_destination_identifier(self, input: Option<String>) -> Self
pub fn set_ingestion_destination_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
sourcepub fn get_ingestion_destination_identifier(&self) -> &Option<String>
pub fn get_ingestion_destination_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
sourcepub fn destination_configuration(self, input: DestinationConfiguration) -> Self
pub fn destination_configuration(self, input: DestinationConfiguration) -> Self
Contains information about the destination of ingested data.
This field is required.sourcepub fn set_destination_configuration(
self,
input: Option<DestinationConfiguration>
) -> Self
pub fn set_destination_configuration( self, input: Option<DestinationConfiguration> ) -> Self
Contains information about the destination of ingested data.
sourcepub fn get_destination_configuration(&self) -> &Option<DestinationConfiguration>
pub fn get_destination_configuration(&self) -> &Option<DestinationConfiguration>
Contains information about the destination of ingested data.
sourcepub fn build(self) -> Result<UpdateIngestionDestinationInput, BuildError>
pub fn build(self) -> Result<UpdateIngestionDestinationInput, BuildError>
Consumes the builder and constructs a UpdateIngestionDestinationInput.
source§impl UpdateIngestionDestinationInputBuilder
impl UpdateIngestionDestinationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateIngestionDestinationOutput, SdkError<UpdateIngestionDestinationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateIngestionDestinationOutput, SdkError<UpdateIngestionDestinationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateIngestionDestinationInputBuilder
impl Clone for UpdateIngestionDestinationInputBuilder
source§fn clone(&self) -> UpdateIngestionDestinationInputBuilder
fn clone(&self) -> UpdateIngestionDestinationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateIngestionDestinationInputBuilder
impl Default for UpdateIngestionDestinationInputBuilder
source§fn default() -> UpdateIngestionDestinationInputBuilder
fn default() -> UpdateIngestionDestinationInputBuilder
source§impl PartialEq for UpdateIngestionDestinationInputBuilder
impl PartialEq for UpdateIngestionDestinationInputBuilder
source§fn eq(&self, other: &UpdateIngestionDestinationInputBuilder) -> bool
fn eq(&self, other: &UpdateIngestionDestinationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.