Struct aws_sdk_quicksight::operation::create_ingestion::builders::CreateIngestionOutputBuilder
source · #[non_exhaustive]pub struct CreateIngestionOutputBuilder { /* private fields */ }Expand description
A builder for CreateIngestionOutput.
Implementations§
source§impl CreateIngestionOutputBuilder
impl CreateIngestionOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the data ingestion.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the data ingestion.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the data ingestion.
sourcepub fn ingestion_id(self, input: impl Into<String>) -> Self
pub fn ingestion_id(self, input: impl Into<String>) -> Self
An ID for the ingestion.
sourcepub fn set_ingestion_id(self, input: Option<String>) -> Self
pub fn set_ingestion_id(self, input: Option<String>) -> Self
An ID for the ingestion.
sourcepub fn get_ingestion_id(&self) -> &Option<String>
pub fn get_ingestion_id(&self) -> &Option<String>
An ID for the ingestion.
sourcepub fn ingestion_status(self, input: IngestionStatus) -> Self
pub fn ingestion_status(self, input: IngestionStatus) -> Self
The ingestion status.
sourcepub fn set_ingestion_status(self, input: Option<IngestionStatus>) -> Self
pub fn set_ingestion_status(self, input: Option<IngestionStatus>) -> Self
The ingestion status.
sourcepub fn get_ingestion_status(&self) -> &Option<IngestionStatus>
pub fn get_ingestion_status(&self) -> &Option<IngestionStatus>
The ingestion status.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn build(self) -> CreateIngestionOutput
pub fn build(self) -> CreateIngestionOutput
Consumes the builder and constructs a CreateIngestionOutput.
Trait Implementations§
source§impl Clone for CreateIngestionOutputBuilder
impl Clone for CreateIngestionOutputBuilder
source§fn clone(&self) -> CreateIngestionOutputBuilder
fn clone(&self) -> CreateIngestionOutputBuilder
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 CreateIngestionOutputBuilder
impl Debug for CreateIngestionOutputBuilder
source§impl Default for CreateIngestionOutputBuilder
impl Default for CreateIngestionOutputBuilder
source§fn default() -> CreateIngestionOutputBuilder
fn default() -> CreateIngestionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateIngestionOutputBuilder
impl PartialEq for CreateIngestionOutputBuilder
source§fn eq(&self, other: &CreateIngestionOutputBuilder) -> bool
fn eq(&self, other: &CreateIngestionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateIngestionOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateIngestionOutputBuilder
impl RefUnwindSafe for CreateIngestionOutputBuilder
impl Send for CreateIngestionOutputBuilder
impl Sync for CreateIngestionOutputBuilder
impl Unpin for CreateIngestionOutputBuilder
impl UnwindSafe for CreateIngestionOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.