Struct aws_sdk_appfabric::types::builders::IngestionBuilder
source · #[non_exhaustive]pub struct IngestionBuilder { /* private fields */ }
Expand description
A builder for Ingestion
.
Implementations§
source§impl IngestionBuilder
impl IngestionBuilder
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 app_bundle_arn(self, input: impl Into<String>) -> Self
pub fn app_bundle_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
sourcepub fn set_app_bundle_arn(self, input: Option<String>) -> Self
pub fn set_app_bundle_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
sourcepub fn get_app_bundle_arn(&self) -> &Option<String>
pub fn get_app_bundle_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the app bundle for 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 created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when the ingestion was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when the ingestion was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when the ingestion was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the ingestion was last updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp of when the ingestion was last updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the ingestion was last updated.
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 ingestion_type(self, input: IngestionType) -> Self
pub fn ingestion_type(self, input: IngestionType) -> Self
The type of the ingestion.
sourcepub fn set_ingestion_type(self, input: Option<IngestionType>) -> Self
pub fn set_ingestion_type(self, input: Option<IngestionType>) -> Self
The type of the ingestion.
sourcepub fn get_ingestion_type(&self) -> &Option<IngestionType>
pub fn get_ingestion_type(&self) -> &Option<IngestionType>
The type of the ingestion.
Trait Implementations§
source§impl Clone for IngestionBuilder
impl Clone for IngestionBuilder
source§fn clone(&self) -> IngestionBuilder
fn clone(&self) -> IngestionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for IngestionBuilder
impl Debug for IngestionBuilder
source§impl Default for IngestionBuilder
impl Default for IngestionBuilder
source§fn default() -> IngestionBuilder
fn default() -> IngestionBuilder
source§impl PartialEq<IngestionBuilder> for IngestionBuilder
impl PartialEq<IngestionBuilder> for IngestionBuilder
source§fn eq(&self, other: &IngestionBuilder) -> bool
fn eq(&self, other: &IngestionBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.