Struct aws_sdk_devicefarm::model::test_grid_session::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for TestGridSession.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn status(self, input: TestGridSessionStatus) -> Self
pub fn status(self, input: TestGridSessionStatus) -> Self
The state of the session.
sourcepub fn set_status(self, input: Option<TestGridSessionStatus>) -> Self
pub fn set_status(self, input: Option<TestGridSessionStatus>) -> Self
The state of the session.
sourcepub fn set_created(self, input: Option<DateTime>) -> Self
pub fn set_created(self, input: Option<DateTime>) -> Self
The time that the session was started.
sourcepub fn billing_minutes(self, input: f64) -> Self
pub fn billing_minutes(self, input: f64) -> Self
The number of billed minutes that were used for this session.
sourcepub fn set_billing_minutes(self, input: Option<f64>) -> Self
pub fn set_billing_minutes(self, input: Option<f64>) -> Self
The number of billed minutes that were used for this session.
sourcepub fn selenium_properties(self, input: impl Into<String>) -> Self
pub fn selenium_properties(self, input: impl Into<String>) -> Self
A JSON object of options and parameters passed to the Selenium WebDriver.
sourcepub fn set_selenium_properties(self, input: Option<String>) -> Self
pub fn set_selenium_properties(self, input: Option<String>) -> Self
A JSON object of options and parameters passed to the Selenium WebDriver.
sourcepub fn build(self) -> TestGridSession
pub fn build(self) -> TestGridSession
Consumes the builder and constructs a TestGridSession.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more