Struct aws_sdk_devicefarm::model::test_grid_session::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TestGridSession.
Implementations§
source§impl 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.