pub struct Builder { /* private fields */ }Expand description
A builder for GetTestGridSessionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn project_arn(self, input: impl Into<String>) -> Self
pub fn project_arn(self, input: impl Into<String>) -> Self
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
sourcepub fn set_project_arn(self, input: Option<String>) -> Self
pub fn set_project_arn(self, input: Option<String>) -> Self
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
sourcepub fn session_id(self, input: impl Into<String>) -> Self
pub fn session_id(self, input: impl Into<String>) -> Self
An ID associated with this session.
sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
An ID associated with this session.
sourcepub fn session_arn(self, input: impl Into<String>) -> Self
pub fn session_arn(self, input: impl Into<String>) -> Self
An ARN that uniquely identifies a TestGridSession.
sourcepub fn set_session_arn(self, input: Option<String>) -> Self
pub fn set_session_arn(self, input: Option<String>) -> Self
An ARN that uniquely identifies a TestGridSession.
sourcepub fn build(self) -> Result<GetTestGridSessionInput, BuildError>
pub fn build(self) -> Result<GetTestGridSessionInput, BuildError>
Consumes the builder and constructs a GetTestGridSessionInput.