pub struct Builder { /* private fields */ }
Expand description
A builder for GetConnectionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn connection_arn(self, input: impl Into<String>) -> Self
pub fn connection_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of a connection.
sourcepub fn set_connection_arn(self, input: Option<String>) -> Self
pub fn set_connection_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of a connection.
sourcepub fn build(self) -> Result<GetConnectionInput, BuildError>
pub fn build(self) -> Result<GetConnectionInput, BuildError>
Consumes the builder and constructs a GetConnectionInput
.