pub struct Builder { /* private fields */ }
Expand description
A builder for StartProjectSessionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn assume_control(self, input: bool) -> Self
pub fn assume_control(self, input: bool) -> Self
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
sourcepub fn set_assume_control(self, input: Option<bool>) -> Self
pub fn set_assume_control(self, input: Option<bool>) -> Self
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
sourcepub fn build(self) -> Result<StartProjectSessionInput, BuildError>
pub fn build(self) -> Result<StartProjectSessionInput, BuildError>
Consumes the builder and constructs a StartProjectSessionInput
.