Struct aws_sdk_appfabric::types::builders::IngestionSummaryBuilder
source · #[non_exhaustive]pub struct IngestionSummaryBuilder { /* private fields */ }Expand description
A builder for IngestionSummary.
Implementations§
source§impl IngestionSummaryBuilder
impl IngestionSummaryBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the ingestion.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the ingestion.
sourcepub fn set_tenant_id(self, input: Option<String>) -> Self
pub fn set_tenant_id(self, input: Option<String>) -> Self
The ID of the application tenant.
sourcepub fn get_tenant_id(&self) -> &Option<String>
pub fn get_tenant_id(&self) -> &Option<String>
The ID of the application tenant.
sourcepub fn state(self, input: IngestionState) -> Self
pub fn state(self, input: IngestionState) -> Self
The status of the ingestion.
sourcepub fn set_state(self, input: Option<IngestionState>) -> Self
pub fn set_state(self, input: Option<IngestionState>) -> Self
The status of the ingestion.
sourcepub fn get_state(&self) -> &Option<IngestionState>
pub fn get_state(&self) -> &Option<IngestionState>
The status of the ingestion.
sourcepub fn build(self) -> IngestionSummary
pub fn build(self) -> IngestionSummary
Consumes the builder and constructs a IngestionSummary.
Trait Implementations§
source§impl Clone for IngestionSummaryBuilder
impl Clone for IngestionSummaryBuilder
source§fn clone(&self) -> IngestionSummaryBuilder
fn clone(&self) -> IngestionSummaryBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IngestionSummaryBuilder
impl Debug for IngestionSummaryBuilder
source§impl Default for IngestionSummaryBuilder
impl Default for IngestionSummaryBuilder
source§fn default() -> IngestionSummaryBuilder
fn default() -> IngestionSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<IngestionSummaryBuilder> for IngestionSummaryBuilder
impl PartialEq<IngestionSummaryBuilder> for IngestionSummaryBuilder
source§fn eq(&self, other: &IngestionSummaryBuilder) -> bool
fn eq(&self, other: &IngestionSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for IngestionSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for IngestionSummaryBuilder
impl Send for IngestionSummaryBuilder
impl Sync for IngestionSummaryBuilder
impl Unpin for IngestionSummaryBuilder
impl UnwindSafe for IngestionSummaryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more