Struct aws_sdk_devicefarm::model::trial_minutes::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TrialMinutes.
Implementations§
source§impl Builder
impl Builder
sourcepub fn total(self, input: f64) -> Self
pub fn total(self, input: f64) -> Self
The total number of free trial minutes that the account started with.
sourcepub fn set_total(self, input: Option<f64>) -> Self
pub fn set_total(self, input: Option<f64>) -> Self
The total number of free trial minutes that the account started with.
sourcepub fn remaining(self, input: f64) -> Self
pub fn remaining(self, input: f64) -> Self
The number of free trial minutes remaining in the account.
sourcepub fn set_remaining(self, input: Option<f64>) -> Self
pub fn set_remaining(self, input: Option<f64>) -> Self
The number of free trial minutes remaining in the account.
sourcepub fn build(self) -> TrialMinutes
pub fn build(self) -> TrialMinutes
Consumes the builder and constructs a TrialMinutes.