#[non_exhaustive]
pub struct GetTableOutputBuilder { /* private fields */ }
Expand description

A builder for GetTableOutput.

Implementations§

source§

impl GetTableOutputBuilder

source

pub fn keyspace_name(self, input: impl Into<String>) -> Self

The name of the keyspace that the specified table is stored in.

This field is required.
source

pub fn set_keyspace_name(self, input: Option<String>) -> Self

The name of the keyspace that the specified table is stored in.

source

pub fn get_keyspace_name(&self) -> &Option<String>

The name of the keyspace that the specified table is stored in.

source

pub fn table_name(self, input: impl Into<String>) -> Self

The name of the specified table.

This field is required.
source

pub fn set_table_name(self, input: Option<String>) -> Self

The name of the specified table.

source

pub fn get_table_name(&self) -> &Option<String>

The name of the specified table.

source

pub fn resource_arn(self, input: impl Into<String>) -> Self

The Amazon Resource Name (ARN) of the specified table.

This field is required.
source

pub fn set_resource_arn(self, input: Option<String>) -> Self

The Amazon Resource Name (ARN) of the specified table.

source

pub fn get_resource_arn(&self) -> &Option<String>

The Amazon Resource Name (ARN) of the specified table.

source

pub fn creation_timestamp(self, input: DateTime) -> Self

The creation timestamp of the specified table.

source

pub fn set_creation_timestamp(self, input: Option<DateTime>) -> Self

The creation timestamp of the specified table.

source

pub fn get_creation_timestamp(&self) -> &Option<DateTime>

The creation timestamp of the specified table.

source

pub fn status(self, input: TableStatus) -> Self

The current status of the specified table.

source

pub fn set_status(self, input: Option<TableStatus>) -> Self

The current status of the specified table.

source

pub fn get_status(&self) -> &Option<TableStatus>

The current status of the specified table.

source

pub fn schema_definition(self, input: SchemaDefinition) -> Self

The schema definition of the specified table.

source

pub fn set_schema_definition(self, input: Option<SchemaDefinition>) -> Self

The schema definition of the specified table.

source

pub fn get_schema_definition(&self) -> &Option<SchemaDefinition>

The schema definition of the specified table.

source

pub fn capacity_specification(self, input: CapacitySpecificationSummary) -> Self

The read/write throughput capacity mode for a table. The options are:

  • throughputMode:PAY_PER_REQUEST

  • throughputMode:PROVISIONED

source

pub fn set_capacity_specification( self, input: Option<CapacitySpecificationSummary> ) -> Self

The read/write throughput capacity mode for a table. The options are:

  • throughputMode:PAY_PER_REQUEST

  • throughputMode:PROVISIONED

source

pub fn get_capacity_specification( &self ) -> &Option<CapacitySpecificationSummary>

The read/write throughput capacity mode for a table. The options are:

  • throughputMode:PAY_PER_REQUEST

  • throughputMode:PROVISIONED

source

pub fn encryption_specification(self, input: EncryptionSpecification) -> Self

The encryption settings of the specified table.

source

pub fn set_encryption_specification( self, input: Option<EncryptionSpecification> ) -> Self

The encryption settings of the specified table.

source

pub fn get_encryption_specification(&self) -> &Option<EncryptionSpecification>

The encryption settings of the specified table.

source

pub fn point_in_time_recovery(self, input: PointInTimeRecoverySummary) -> Self

The point-in-time recovery status of the specified table.

source

pub fn set_point_in_time_recovery( self, input: Option<PointInTimeRecoverySummary> ) -> Self

The point-in-time recovery status of the specified table.

source

pub fn get_point_in_time_recovery(&self) -> &Option<PointInTimeRecoverySummary>

The point-in-time recovery status of the specified table.

source

pub fn ttl(self, input: TimeToLive) -> Self

The custom Time to Live settings of the specified table.

source

pub fn set_ttl(self, input: Option<TimeToLive>) -> Self

The custom Time to Live settings of the specified table.

source

pub fn get_ttl(&self) -> &Option<TimeToLive>

The custom Time to Live settings of the specified table.

source

pub fn default_time_to_live(self, input: i32) -> Self

The default Time to Live settings in seconds of the specified table.

source

pub fn set_default_time_to_live(self, input: Option<i32>) -> Self

The default Time to Live settings in seconds of the specified table.

source

pub fn get_default_time_to_live(&self) -> &Option<i32>

The default Time to Live settings in seconds of the specified table.

source

pub fn comment(self, input: Comment) -> Self

The the description of the specified table.

source

pub fn set_comment(self, input: Option<Comment>) -> Self

The the description of the specified table.

source

pub fn get_comment(&self) -> &Option<Comment>

The the description of the specified table.

source

pub fn client_side_timestamps(self, input: ClientSideTimestamps) -> Self

The client-side timestamps setting of the table.

source

pub fn set_client_side_timestamps( self, input: Option<ClientSideTimestamps> ) -> Self

The client-side timestamps setting of the table.

source

pub fn get_client_side_timestamps(&self) -> &Option<ClientSideTimestamps>

The client-side timestamps setting of the table.

source

pub fn build(self) -> Result<GetTableOutput, BuildError>

Consumes the builder and constructs a GetTableOutput. This method will fail if any of the following fields are not set:

Trait Implementations§

source§

impl Clone for GetTableOutputBuilder

source§

fn clone(&self) -> GetTableOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GetTableOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for GetTableOutputBuilder

source§

fn default() -> GetTableOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for GetTableOutputBuilder

source§

fn eq(&self, other: &GetTableOutputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for GetTableOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unsharedwhere Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more