pub struct Builder { /* private fields */ }
Expand description
A builder for DevEnvironmentAccessDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn stream_url(self, input: impl Into<String>) -> Self
pub fn stream_url(self, input: impl Into<String>) -> Self
The URL used to send commands to and from the Dev Environment.
sourcepub fn set_stream_url(self, input: Option<String>) -> Self
pub fn set_stream_url(self, input: Option<String>) -> Self
The URL used to send commands to and from the Dev Environment.
sourcepub fn token_value(self, input: impl Into<String>) -> Self
pub fn token_value(self, input: impl Into<String>) -> Self
An encrypted token value that contains session and caller information used to authenticate the connection.
sourcepub fn set_token_value(self, input: Option<String>) -> Self
pub fn set_token_value(self, input: Option<String>) -> Self
An encrypted token value that contains session and caller information used to authenticate the connection.
sourcepub fn build(self) -> DevEnvironmentAccessDetails
pub fn build(self) -> DevEnvironmentAccessDetails
Consumes the builder and constructs a DevEnvironmentAccessDetails
.