pub struct Builder { /* private fields */ }
Expand description
A builder for AwsDynamoDbTableBillingModeSummary
.
Implementations§
source§impl Builder
impl Builder
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 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. 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. 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
.