Struct aws_sdk_devicefarm::operation::create_test_grid_url::builders::CreateTestGridUrlOutputBuilder
source · #[non_exhaustive]pub struct CreateTestGridUrlOutputBuilder { /* private fields */ }Expand description
A builder for CreateTestGridUrlOutput.
Implementations§
source§impl CreateTestGridUrlOutputBuilder
impl CreateTestGridUrlOutputBuilder
sourcepub fn url(self, input: impl Into<String>) -> Self
pub fn url(self, input: impl Into<String>) -> Self
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
sourcepub fn set_url(self, input: Option<String>) -> Self
pub fn set_url(self, input: Option<String>) -> Self
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
sourcepub fn expires(self, input: DateTime) -> Self
pub fn expires(self, input: DateTime) -> Self
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
sourcepub fn set_expires(self, input: Option<DateTime>) -> Self
pub fn set_expires(self, input: Option<DateTime>) -> Self
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
sourcepub fn build(self) -> CreateTestGridUrlOutput
pub fn build(self) -> CreateTestGridUrlOutput
Consumes the builder and constructs a CreateTestGridUrlOutput.
Trait Implementations§
source§impl Clone for CreateTestGridUrlOutputBuilder
impl Clone for CreateTestGridUrlOutputBuilder
source§fn clone(&self) -> CreateTestGridUrlOutputBuilder
fn clone(&self) -> CreateTestGridUrlOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateTestGridUrlOutputBuilder
impl Default for CreateTestGridUrlOutputBuilder
source§fn default() -> CreateTestGridUrlOutputBuilder
fn default() -> CreateTestGridUrlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateTestGridUrlOutputBuilder> for CreateTestGridUrlOutputBuilder
impl PartialEq<CreateTestGridUrlOutputBuilder> for CreateTestGridUrlOutputBuilder
source§fn eq(&self, other: &CreateTestGridUrlOutputBuilder) -> bool
fn eq(&self, other: &CreateTestGridUrlOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.