#[non_exhaustive]pub struct AwsDynamoDbTableBillingModeSummaryBuilder { /* private fields */ }
Expand description
A builder for AwsDynamoDbTableBillingModeSummary
.
Implementations§
source§impl AwsDynamoDbTableBillingModeSummaryBuilder
impl AwsDynamoDbTableBillingModeSummaryBuilder
sourcepub fn billing_mode(self, input: impl Into<String>) -> Self
pub fn billing_mode(self, input: impl Into<String>) -> Self
The method used to charge for read and write throughput and to manage capacity.
sourcepub fn set_billing_mode(self, input: Option<String>) -> Self
pub fn set_billing_mode(self, input: Option<String>) -> Self
The method used to charge for read and write throughput and to manage capacity.
sourcepub fn get_billing_mode(&self) -> &Option<String>
pub fn get_billing_mode(&self) -> &Option<String>
The method used to charge for read and write throughput and to manage capacity.
sourcepub fn last_update_to_pay_per_request_date_time(
self,
input: impl Into<String>
) -> Self
pub fn last_update_to_pay_per_request_date_time( self, input: impl Into<String> ) -> Self
If the billing mode is PAY_PER_REQUEST
, indicates when the billing mode was set to that value.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn set_last_update_to_pay_per_request_date_time(
self,
input: Option<String>
) -> Self
pub fn set_last_update_to_pay_per_request_date_time( self, input: Option<String> ) -> Self
If the billing mode is PAY_PER_REQUEST
, indicates when the billing mode was set to that value.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn get_last_update_to_pay_per_request_date_time(&self) -> &Option<String>
pub fn get_last_update_to_pay_per_request_date_time(&self) -> &Option<String>
If the billing mode is PAY_PER_REQUEST
, indicates when the billing mode was set to that value.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn build(self) -> AwsDynamoDbTableBillingModeSummary
pub fn build(self) -> AwsDynamoDbTableBillingModeSummary
Consumes the builder and constructs a AwsDynamoDbTableBillingModeSummary
.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableBillingModeSummaryBuilder
impl Clone for AwsDynamoDbTableBillingModeSummaryBuilder
source§fn clone(&self) -> AwsDynamoDbTableBillingModeSummaryBuilder
fn clone(&self) -> AwsDynamoDbTableBillingModeSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsDynamoDbTableBillingModeSummaryBuilder
impl Default for AwsDynamoDbTableBillingModeSummaryBuilder
source§fn default() -> AwsDynamoDbTableBillingModeSummaryBuilder
fn default() -> AwsDynamoDbTableBillingModeSummaryBuilder
source§impl PartialEq for AwsDynamoDbTableBillingModeSummaryBuilder
impl PartialEq for AwsDynamoDbTableBillingModeSummaryBuilder
source§fn eq(&self, other: &AwsDynamoDbTableBillingModeSummaryBuilder) -> bool
fn eq(&self, other: &AwsDynamoDbTableBillingModeSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.