Struct aws_sdk_outposts::output::start_connection_output::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for StartConnectionOutput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn connection_id(self, input: impl Into<String>) -> Self
pub fn connection_id(self, input: impl Into<String>) -> Self
The ID of the connection.
sourcepub fn set_connection_id(self, input: Option<String>) -> Self
pub fn set_connection_id(self, input: Option<String>) -> Self
The ID of the connection.
sourcepub fn underlay_ip_address(self, input: impl Into<String>) -> Self
pub fn underlay_ip_address(self, input: impl Into<String>) -> Self
The underlay IP address.
sourcepub fn set_underlay_ip_address(self, input: Option<String>) -> Self
pub fn set_underlay_ip_address(self, input: Option<String>) -> Self
The underlay IP address.
sourcepub fn build(self) -> StartConnectionOutput
pub fn build(self) -> StartConnectionOutput
Consumes the builder and constructs a StartConnectionOutput
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more